C# Class System.UnhandledExceptionEventArgs

Inheritance: EventArgs
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
UnhandledExceptionEventArgs ( Object exception, bool isTerminating ) : System

Method Details

UnhandledExceptionEventArgs() public method

public UnhandledExceptionEventArgs ( Object exception, bool isTerminating ) : System
exception Object
isTerminating bool
return System