Click or drag to resize
ErrorInfo Constructor (Exception)
Construct from Exception Error Info class.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public ErrorInfo(
	Exception exception
)

Parameters

exception
Type: SystemException
Exception to construct for
See Also