Property | Type | Description |
---|
Method | Description | |
---|---|---|
ErrorOccurredEventArgs ( ) : System |
Initializes a new instance of the ErrorOccurredEventArgs class.
|
|
ErrorOccurredEventArgs ( string exception, ErrorType type ) : System |
Initializes a new instance of the ErrorOccurredEventArgs class.
|
public ErrorOccurredEventArgs ( string exception, ErrorType type ) : System | ||
exception | string | The exception that occurred. |
type | ErrorType | The type of error that occurred. |
return | System |