Back to Devexpress

ProcessStartPolicy.ProcessStartFailedExceptionEventArgs.Exception Property

corelibraries-devexpress-dot-data-dot-utils-dot-processstartpolicy-dot-processstartfailedexceptioneventargs.md

latest1.4 KB
Original Source

ProcessStartPolicy.ProcessStartFailedExceptionEventArgs.Exception Property

Gets the exception.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public Exception Exception { get; }
vb
Public ReadOnly Property Exception As Exception

Property Value

TypeDescription
Exception

The exception.

|

See Also

ProcessStartPolicy.ProcessStartFailedExceptionEventArgs Class

ProcessStartPolicy.ProcessStartFailedExceptionEventArgs Members

DevExpress.Data.Utils Namespace