3 System.Exception: This is the message
6 def RetVal(ref catch
as bool
):
13 raise System
.Exception("This is the message")
14 except ex
as System
.Exception
if RetVal(catch
):
16 print ex
.GetType() + ": " + ex
.Message
17 except ex
as System
.Exception
unless RetVal(catch
):
19 print ex
.GetType() + ": " + ex
.Message
20 except ex
as System
.Exception
unless RetVal(catch
):
22 print ex
.GetType() + ": " + ex
.Message
23 except ex
as System
.Exception
:
25 print ex
.GetType() + ": " + ex
.Message