ExceptionHandling.RaiseAppDomainUnhandledExceptionEvent(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void RaiseAppDomainUnhandledExceptionEvent(System::Object ^ exception);
public static void RaiseAppDomainUnhandledExceptionEvent(object exception);
static member RaiseAppDomainUnhandledExceptionEvent : obj -> unit
Public Shared Sub RaiseAppDomainUnhandledExceptionEvent (exception As Object)
Parameters
- exception
- Object