Allows an exception to be stored to be thrown later by the default implementation of ValidateData.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual Exception Exception { get; set; }
public virtual Exception Exception { get; set; }
Public Overridable Property Exception As Exception
Get
Set
Public Overridable Property Exception As Exception
Get
Set
public:
virtual property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
public:
virtual property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
abstract Exception : Exception with get, set
override Exception : Exception with get, set
abstract Exception : Exception with get, set
override Exception : Exception with get, set
Property Value
Type:
ExceptionThe Exception.
See
ValidateData(NBElement)