Exception
System.Exception
System.Object
${this}.getMessage()
System.String
Message
${this}.getMessage()
${this}.setMessage(${value})
RusticiSoftware.System.ExceptionSupport
ExceptionSupport.getSource(${this})
System.String
Source
ExceptionSupport.getSource(${this})
${this}.setSource(${value})
${this}.getStackTrace().toString()
System.String
StackTrace
${this}.getStackTrace().toString()
${this}.setStackTrace(${value})
((Exception)${this}.getCause())
System.Exception
InnerException
((Exception)${this}.getCause())
${this}.setInnerException(${value})
new Exception()
new Exception(${message})
System.String
message
CS2JNet.System.Exception
new Exception(${info},${ctxt})
System.SerializationInfo
info
System.StreamingContext
ctxt
new Exception(${message}, ${inner})
System.String
message
System.Exception
inner