Exception
Classes
ArgumentException
Extends
Extended by
Constructors
Constructor
new ArgumentException(message?): ArgumentException;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
Overrides
Properties
innerException
innerException: Exception | Error;
Inherited from
message
message: string;
Inherited from
name
name: string = "ArgumentException";
Overrides
stack?
optional stack?: string;
Inherited from
Methods
toJSON()
toJSON(): object;
Returns
object
innerException
innerException: Exception | Error;
message
message: string;
name
name: string;
Inherited from
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
ArgumentNullException
Extends
Constructors
Constructor
new ArgumentNullException(message?): ArgumentNullException;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
Overrides
Properties
innerException
innerException: Exception | Error;
Inherited from
ArgumentException.innerException
message
message: string;
Inherited from
name
name: string = "ArgumentNullException";
Overrides
stack?
optional stack?: string;
Inherited from
Methods
toJSON()
toJSON(): object;
Returns
object
innerException
innerException: Exception | Error;
message
message: string;
name
name: string;
Inherited from
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
Exception
Extends
Error
Extended by
NotImplementedExceptionArgumentExceptionOutOfRangeExceptionInvalidOperationExceptionUnexpectedDataException
Constructors
Constructor
new Exception(message?): Exception;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
Overrides
Error.constructor;
Properties
innerException
innerException: Exception | Error;
message
message: string;
Inherited from
Error.message;
name
name: string = "CustomersCanvasException";
Overrides
Error.name;
stack?
optional stack?: string;
Inherited from
Error.stack;
Methods
toJSON()
toJSON(): object;
Returns
object
innerException
innerException: Exception | Error;
message
message: string;
name
name: string;
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
InvalidOperationException
Extends
Constructors
Constructor
new InvalidOperationException(message?): InvalidOperationException;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
Overrides
Properties
innerException
innerException: Exception | Error;
Inherited from
message
message: string;
Inherited from
name
name: string = "InvalidOperationException";
Overrides
stack?
optional stack?: string;
Inherited from
Methods
toJSON()
toJSON(): object;
Returns
object
innerException
innerException: Exception | Error;
message
message: string;
name
name: string;
Inherited from
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
NotImplementedException
Extends
Constructors
Constructor
new NotImplementedException(message?): NotImplementedException;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
Overrides
Properties
innerException
innerException: Exception | Error;
Inherited from
message
message: string;
Inherited from
name
name: string = "NotImplementedException";
Overrides
stack?
optional stack?: string;
Inherited from
Methods
toJSON()
toJSON(): object;
Returns
object
innerException
innerException: Exception | Error;
message
message: string;
name
name: string;
Inherited from
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
OutOfRangeException
Extends
Constructors
Constructor
new OutOfRangeException(message?): OutOfRangeException;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
Overrides
Properties
innerException
innerException: Exception | Error;
Inherited from
message
message: string;
Inherited from
name
name: string = "OutOfRangeException";
Overrides
stack?
optional stack?: string;
Inherited from
Methods
toJSON()
toJSON(): object;
Returns
object
innerException
innerException: Exception | Error;
message
message: string;
name
name: string;
Inherited from
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
UnexpectedDataException
This exception is thrown when unexpected data is encountered.
Extends
Constructors
Constructor
new UnexpectedDataException(message?): UnexpectedDataException;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
Overrides
Properties
innerException
innerException: Exception | Error;
Inherited from
message
message: string;
Inherited from
name
name: string = "UnexpectedDataException";
Overrides
stack?
optional stack?: string;
Inherited from
Methods
toJSON()
toJSON(): object;
Returns
object
innerException
innerException: Exception | Error;
message
message: string;
name
name: string;
Inherited from
toString()
toString(): string;
Returns a string representation of an object.
Returns
string