Construct a TcException with the TcContext, from which it originated, and the
error message
The TcContext from which the exception originated
Error message
Construct a TcException with the TcContext, from which it originated, and the
error message, as well as any parent Error that can provide additional information
The TcContext from which the exception originated
Error message
The parent Error of this TcException
Construct a TcException with the TcContext, from which it originated, and the
error message, as well as additional data associated with this error
The TcContext from which the exception originated
Error message
The Data, which is associated with this TcException
Construct a TcException with the TcContext, from which it originated, and the
error message, as well as both the parent Error and additional Error Data
The TcContext from which the exception originated
Error message
The parent Error of this TcException
The Data, which is associated with this TcException
Access the TcContext, from which this TcException originated
Access any data, associated with this TcException
Access any parent error, that was raised alongside this TcException
Generated using TypeDoc
Main Exception Class of the
tc-contextlibrary. Every exception thrown from thetc-contextlibrary derives from this Class.Event
TcExceptionstores theTcContextfrom which it originated.