C# 클래스 System.ComponentModel.AsyncCompletedEventArgs

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

공개 메소드들

메소드 설명
AsyncCompletedEventArgs ( Exception error, bool cancelled, Object userState ) : System

보호된 메소드들

메소드 설명
RaiseExceptionIfNecessary ( ) : void

메소드 상세

AsyncCompletedEventArgs() 공개 메소드

public AsyncCompletedEventArgs ( Exception error, bool cancelled, Object userState ) : System
error Exception
cancelled bool
userState Object
리턴 System

RaiseExceptionIfNecessary() 보호된 메소드

protected RaiseExceptionIfNecessary ( ) : void
리턴 void