[This is preliminary documentation and is subject to change.]
Describes exception for client response transmission as JSONDataMap
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public static JSONDataMap ToClientResponseJSONMap(
this Exception error,
bool detailed
)
public static JSONDataMap ToClientResponseJSONMap(
this Exception error,
bool detailed
)
<ExtensionAttribute>
Public Shared Function ToClientResponseJSONMap (
error As Exception,
detailed As Boolean
) As JSONDataMap
<ExtensionAttribute>
Public Shared Function ToClientResponseJSONMap (
error As Exception,
detailed As Boolean
) As JSONDataMap
public:
[ExtensionAttribute]
static JSONDataMap^ ToClientResponseJSONMap(
Exception^ error,
bool detailed
)
public:
[ExtensionAttribute]
static JSONDataMap^ ToClientResponseJSONMap(
Exception^ error,
bool detailed
)
static member ToClientResponseJSONMap :
error : Exception *
detailed : bool -> JSONDataMap
static member ToClientResponseJSONMap :
error : Exception *
detailed : bool -> JSONDataMap
Return Value
Type:
JSONDataMapUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Exception. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).