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.8.3.286
Syntax
C#
public void WriteExceptionLog(
	Exception ex,
	string MoreInfo
)

Parameters

ex  Exception
The exception's object handle
MoreInfo  String
An optional header description of where the exception occurred
See Also