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