Show / Hide Table of Contents

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: NFX.Wave
Assembly: NFX.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
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX