Skip to main content
A newer version of this page is available. .

SessionOperationFailEventArgs.Handled Property

Specifies whether the default processing of an exception is prohibited.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true to prevent the default exception processing (an exception to be thrown in normal operations or handled via callback methods in asynchronous operations); otherwise, false.

See Also