Skip to main content
All docs
V26.1
  • ProcessStartPolicy.ProcessStartFailedExceptionEventArgs.Exception Property

    Gets the exception.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v26.1.dll

    Declaration

    public Exception Exception { get; }

    Property Value

    Type Description
    Exception

    The exception.

    See Also