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

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

Parameters

ex
Type: SystemException
The ex.

Return Value

Type: String
JSON serialized error stack
See Also