Click or drag to resize

FormActMainWriteExceptionLog Method

Writes an exception to ACT's default error log

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void WriteExceptionLog(
	Exception ex,
	string MoreInfo
)

Parameters

ex
Type: SystemException
The exception's object handle
MoreInfo
Type: SystemString
An optional header description of where the exception occurred
See Also