constructor(message) Constructor
Initializes a new ASPxClientCallbackErrorEventArgs object with the specified settings.
Declaration
constructor(
message: string
)
Parameters
Name | Type | Description |
---|---|---|
message | string | A string value that specifies the error message. |
See Also