C# 클래스 Moxiecode.Plupload.ErrorEventArgs

Error event arguments class.
상속: System.EventArgs
파일 보기 프로젝트 열기: neil-chen/NeilChen

공개 메소드들

메소드 설명
ErrorEventArgs ( string message ) : System

Main constructor for the error event.

ErrorEventArgs ( string message, long chunk, int chunks ) : System

Main constructor for the error event.

메소드 상세

ErrorEventArgs() 공개 메소드

Main constructor for the error event.
public ErrorEventArgs ( string message ) : System
message string Error message.
리턴 System

ErrorEventArgs() 공개 메소드

Main constructor for the error event.
public ErrorEventArgs ( string message, long chunk, int chunks ) : System
message string Error message.
chunk long Current chunk number.
chunks int Total chunks.
리턴 System