Class ExceptionExtensions
Provides various extension methods
Inheritance
System.Object
ExceptionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Wave
Assembly: Azos.Wave.dll
Syntax
public static class ExceptionExtensions
Methods
ToClientResponseJSONMap(Exception, Boolean)
Describes exception for client response transmission as JSONDataMap
Declaration
public static JSONDataMap ToClientResponseJSONMap(this Exception error, bool detailed)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | error | |
System.Boolean | detailed |
Returns
Type | Description |
---|---|
JSONDataMap |