Construct a TcBindingException
with the TcContext
, from which it originated, the TcBinding
, which raised it and the
error message
The TcContext
from which the exception originated
The TcBinding
from which the exception originated
Error message
Construct a TcException
with the TcBinding
, 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
The TcBinding
from which the exception originated
Error message
The parent Error of this TcException
Construct a TcException
with the TcBinding
, from which it originated, and the
error message, as well as additional data associated with this error
The TcContext
from which the exception originated
The TcBinding
from which the exception originated
Error message
The Data, which is associated with this TcException
Construct a TcException
with the TcBinding
, 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
The TcBinding
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
Access the TcBinding
, from which this TcException
originated
Generated using TypeDoc
Exception raised when an operation was called on an invalidated
TcBinding