Initializes an instance of the UnhandledExceptionEvent class.
[Visual Basic] Public Sub New( _ ByVal exception As Object, _ ByVal isTerminating As Boolean _ ) [C#] public UnhandledExceptionEvent( object exception, bool isTerminating ); [C++] public: UnhandledExceptionEvent( Object* exception, bool isTerminating ); [JScript] public function UnhandledExceptionEvent( exception : Object, isTerminating : Boolean );
UnhandledExceptionEvent Class | UnhandledExceptionEvent Members | System Namespace