ExceptionHandlingScope Methods
Include Protected Members
Include Inherited Members
The ExceptionHandlingScope type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
StartCatch | Initiates the start of a custom code block that is to be executed on the client when the server throws an exception. |
![]() |
StartFinally | Initiates the start of a custom code block that is to be executed on the client after all StartCatch() code blocks have been executed. |
![]() |
StartScope | Initiates a code block that contains calls to the StartTry(), StartCatch() and StartFinally() methods. |
![]() |
StartTry | Initiates a code block that might throw server exceptions. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IFromJson.CustomFromJson | Indicates whether custom code is used to initialize the ExceptionHandlingScope class. |
![]() ![]() |
IFromJson.FromJson | Initializes the object with the response that comes from the server. |
Top
.gif)
.gif)
.gif)