EAPEventArgsError Method |
| Name | Description | |
|---|---|---|
| Error(String) |
Sets the extention's result code and error message for this event.
The result code is set to Error.
Use Error(String, String, ExceptionOptions) to include an additional developer message and/or options.
| |
| Error(String, String, ExceptionOptions) |
Sets the extention's result code and error message for this event with an optional developer-specific
error message and options.
The result code is set to Error.
|