Method | Description | |
---|---|---|
GenerateExceptionLog ( |
Generates a trace log for an exception. If an exception is thrown here, The error will automatically be logged in the programs error log
|
|
GenerateExceptionLog ( |
Generates a trace log for an exception. If an exception is thrown here, The error will automatically be logged in the programs error log
|
|
GenerateExceptionLog ( string FileName, |
Generates a trace log for an exception. If an exception is thrown here, The error will automatically be logged in the programs error log
|
|
OnThreadException ( object sender, |
Handles an exception on the main thread.
|
|
OnUnhandledException ( object sender, |
Handles cross thread exceptions, that are unrecoverable
|
Method | Description | |
---|---|---|
GenerateFileName ( ) : string |
Generates a filename to be used for logging
|
public static GenerateExceptionLog ( |
||
E | The exception we are logging | |
return | void |
public static GenerateExceptionLog ( |
||
E | The exception we are logging | |
FileName | string | Provides the full file path and name where this exception log is created at. |
return | void |
public static GenerateExceptionLog ( string FileName, |
||
FileName | string | The tracelog filepath (Must not exist yet) |
E | The exception to log | |
return | void |
public static OnThreadException ( object sender, |
||
sender | object | |
t | ||
return | void |
public static OnUnhandledException ( object sender, |
||
sender | object | |
e | ||
return | void |