Class AjaxResponseException
Inheritance
AjaxResponseException
Constructors
(constructor)(ajaxResponse)
Constructs a new instance of the AjaxResponseException class
Declaration
constructor(ajaxResponse: IResponse);
Parameters
| Type |
Name |
Description |
| IResponse |
ajaxResponse |
|
Properties
ajaxResponse
Declaration
Property Value
| Type |
Description |
| IResponse |
|
name
Declaration
Property Value
Methods
toJSON()
Declaration
toJSON(): {
name: string;
innerException: Error | Exception;
message: string;
};
Returns
| Type |
Description |
| {
name: string;
innerException: Error | Exception;
message: string;
} |
|