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

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

Parameters

ex
Type: SystemException
The ex.

Return Value

Type: String
JSON serialized error stack

Implements

IErrorUnitCentralThrowErrorStack(Exception)
See Also