C# 클래스 SevenUpdate.ErrorOccurredEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ErrorOccurredEventArgs ( ) : System

Initializes a new instance of the ErrorOccurredEventArgs class.

ErrorOccurredEventArgs ( string exception, ErrorType type ) : System

Initializes a new instance of the ErrorOccurredEventArgs class.

메소드 상세

ErrorOccurredEventArgs() 공개 메소드

Initializes a new instance of the ErrorOccurredEventArgs class.
public ErrorOccurredEventArgs ( ) : System
리턴 System

ErrorOccurredEventArgs() 공개 메소드

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