Method | Description | |
---|---|---|
CheckForPreviousException ( ) : void |
Checks if a previous exception information was saved to isolated storage and if so, requests the user to send it by email.
|
|
Initialize ( string emailTo, string emailSubject ) : void |
Initializes the LittleWatson.
|
|
Initialize ( string emailTo, string emailSubject, string sendRequestMessageBoxCaption, string sendRequestMessageBoxText ) : void |
Initializes the LittleWatson.
|
|
ReportException ( |
Saves information regarding an exception to the isolated storage.
|
Method | Description | |
---|---|---|
SafeDeleteFile ( |
public static CheckForPreviousException ( ) : void | ||
return | void |
public static Initialize ( string emailTo, string emailSubject ) : void | ||
emailTo | string | The recipient e-mail address. |
emailSubject | string | The e-mail subject. |
return | void |
public static Initialize ( string emailTo, string emailSubject, string sendRequestMessageBoxCaption, string sendRequestMessageBoxText ) : void | ||
emailTo | string | The recipient e-mail address. |
emailSubject | string | The e-mail subject. |
sendRequestMessageBoxCaption | string | The caption of the message box requesting the user to send the information. |
sendRequestMessageBoxText | string | The text of the message box requesting the user to send the information. |
return | void |
public static ReportException ( |
||
ex | The exception that occurred. | |
extra | string | Extra data to save along with the exception information. |
return | void |