ContextAsyncTHierarchyItemException Property
IT Hit WebDAV Classes Reference
Exception which occurred during request execution.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public Exception Exception { get; set; }
Public Property Exception As Exception
Get
Set
public:
property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
member Exception : Exception with get, set
Property Value
Type:
ExceptionRemarks
This can be either exception raised by your implementation or exception
raised be engine internally. In your BeforeResponseAsync implementation you will use it to see
if processing was successful or not and to commit or rollback a transaction.
This exception will be sent to client.
See Also