Skip to main content
All docs
V24.2

EnvironmentPolicy.ExitingProcessEventArgs.Message Property

Gets the error message.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public string Message { get; }

Property Value

Type Description
String

The error message.

Remarks

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

See Also