IErrorJsonSerializer Methods
Serializes errors that occur on the server to send them to the client.| Name | Description |
|---|---|
| ToErrorJson(Exception) | Serializes the specified Exception object. |
| ToErrorJson(String) | Serializes the specified error message. |
See Also