Class UnexpectedDataException
This exception is thrown when unexpected data is encountered.
Package: @aurigma/design-atoms-model
Constructors
(constructor)(message)
Constructs a new instance of the UnexpectedDataException class
Declaration
constructor(message?: string);
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
Properties
name
Declaration
name: string;
Property Value
| Type | Description |
|---|---|
| string |