C# Class D3Helper.A_Handler.Log.ExceptionLogEntry

Show file Open project: r3peat/D3Helper.Public Class Usage Examples

Public Methods

Method Description
ExceptionLogEntry ( System e, System.DateTime timestamp, A_Enums exceptionthread ) : System
addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void

Method Details

ExceptionLogEntry() public method

public ExceptionLogEntry ( System e, System.DateTime timestamp, A_Enums exceptionthread ) : System
e System
timestamp System.DateTime
exceptionthread A_Enums
return System

addExceptionLogEntry() public static method

public static addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void
e System
exceptionthread A_Enums
return void