Class ExceptionExtensions
Inherited Members
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public static class ExceptionExtensions
Methods
| Edit this page View SourceExtractServerError(Exception)
Declaration
public static string ExtractServerError(this Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception |
Returns
| Type | Description |
|---|---|
| string |
GetFullMessage(Exception)
Declaration
public static string GetFullMessage(this Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | ex |
Returns
| Type | Description |
|---|---|
| string |