Method | Description | |
---|---|---|
LogError ( |
Log a piece of information returns false if the error already occured during the session, true otherwise
|
|
ShowErrors ( |
Shows an error to the user
|
|
ShowErrors ( |
Shows a Messagebox informing the user that something went wrong with a file, renames said file with the suffix "_errors"
|
|
ThreadErrorHandler ( object sender, |
||
UnhandledErrorHandler ( object sender, |
||
UnobservedErrorHandler ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void |
Method | Description | |
---|---|---|
GetExceptionInfo ( |
Returns info on an exception
|
|
SendBugReport ( |
Sends the given report to the web service of 3P
|
public static LogError ( |
||
e | ||
message | string | |
return | bool |
public static ShowErrors ( |
||
e | ||
message | string | |
return | void |
public static ShowErrors ( |
||
e | ||
message | string | |
fileName | string | |
return | void |
public static ThreadErrorHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public static UnhandledErrorHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public static UnobservedErrorHandler ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void | ||
sender | object | |
e | System.Threading.Tasks.UnobservedTaskExceptionEventArgs | |
return | void |