RaiseUnhandledException Method
RaiseUnhandledException(Exception)
Raises the UnhandledException event, or calls Environment.FailFast if no event handlers are present.
Declaration
public static void RaiseUnhandledException(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception |