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.2.285
Syntax 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