프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |