Back to Devexpress

ValidateCustomSqlQueryEventArgs.ExceptionMessage Property

corelibraries-devexpress-dot-dataaccess-dot-validatecustomsqlqueryeventargs-0288c78d.md

latest1.3 KB
Original Source

ValidateCustomSqlQueryEventArgs.ExceptionMessage Property

Gets or sets the exception message returned after validation of the custom SQL query.

Namespace : DevExpress.DataAccess

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public string ExceptionMessage { get; set; }
vb
Public Property ExceptionMessage As String

Property Value

TypeDescription
String

A String value that specifies the exception message returned after validation of the custom SQL query.

|

See Also

ValidateCustomSqlQueryEventArgs Class

ValidateCustomSqlQueryEventArgs Members

DevExpress.DataAccess Namespace