ASPxClientCallbackErrorEventArgs.message Property
In This Article
Gets the error message that describes the server error that occurred.
#Declaration
TypeScript
message: string
#Property Value
Type | Description |
---|---|
string | A string value that represents the error message. |
See Also