Skip to main content
All docs
V25.1
  • EnvironmentPolicy.ExitingProcessEventArgs.Exception Property

    Gets the exception.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public Exception Exception { get; }

    #Property Value

    Type Description
    Exception

    The exception.

    #Remarks

    Read the following topic for additional information and an example: ExitingProcess.

    See Also