Click or drag to resize

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; }

Property Value

Type: Exception
Remarks

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