Notify the user that an unexpected exception has occurred. In addition to displaying an error message to the user this method also automatically logs the unexpected exception in the Windows Live Writer log file.
public static void DisplayUnexpectedException( Exception ex );
|
Parameter
|
Description
|
| ex | Unexpected exception. |
Reference
PluginDiagnostics Class