Method | Description | |
---|---|---|
UnhandledErrorException ( ) : System |
Creates a new instance of
|
|
UnhandledErrorException ( string message ) : System |
Creates a new instance of
|
|
UnhandledErrorException ( string message, |
Creates a new instance of
|
public UnhandledErrorException ( string message ) : System | ||
message | string | /// The exception message. /// |
return | System |
public UnhandledErrorException ( string message, |
||
message | string | /// The exception message. /// |
innerException | /// The exception that caused this exception. /// | |
return | System |