ClientSideException Class Members
In This Topic
The following tables list the members exposed by ClientSideException.
Public Constructors
Public Properties
| Name | Description |
| Cause | Optional. The cause of the error |
| Column | Optional. The column number upon which the error occurred |
| Line | Optional. The line number upon which the error occurred |
| Message | The message associated with the error |
| StackTrace | The stack trace |
| Url | The URL upon which the error occurred |
Top
Public Methods
| Name | Description |
| IsEmpty | Indicates if the class is in fact empty i.e created but with no values |
Top
See Also