Skip to main content
.NET 8.0+

SessionOperationFailEventArgs.Handled Property

Specifies whether the default processing of an exception is prohibited.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#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