Back to Devexpress

EnvironmentPolicy.ExitingProcessEventArgs.Message Property

corelibraries-devexpress-dot-data-dot-utils-dot-environmentpolicy-dot-exitingprocesseventargs-9c02d65b.md

latest1.3 KB
Original Source

EnvironmentPolicy.ExitingProcessEventArgs.Message Property

Gets the error message.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public string Message { get; }
vb
Public ReadOnly Property Message As String

Property Value

TypeDescription
String

The error message.

|

Remarks

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

See Also

EnvironmentPolicy.ExitingProcessEventArgs Class

EnvironmentPolicy.ExitingProcessEventArgs Members

DevExpress.Data.Utils Namespace