Click or drag to resize
IErrorUnitCentralThrowErrorStack Method
Throws the error stack.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax
C#
string ThrowErrorStack(
	Exception ex
)

Parameters

ex
Type: SystemException
The ex.

Return Value

Type: String
JSON serialized error stack
See Also