System.Exception
Exception
System.Object
new Exception()
System.String
message
new Exception(${message})
System.SerializationInfo
info
System.StreamingContext
ctxt
System.String
message
System.Exception
inner
new Exception(${message}, ${inner})
Message
System.String
${this}.getMessage()
Source
System.String
RusticiSoftware.System.ExceptionSupport
ExceptionSupport.getSource(${this})
StackTrace
System.String
${this}.getStackTrace().toString()