Click or drag to resize

ILogError Method (String, Exception)

Namespace:  AxiomCore2.Log
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
void Error(
	string error,
	Exception exception
)

Parameters

error
Type: SystemString
exception
Type: SystemException
See Also