C# Class Moxiecode.Plupload.ErrorEventArgs

Error event arguments class.
Inheritance: System.EventArgs
Exibir arquivo Open project: neil-chen/NeilChen

Public Methods

Method Description
ErrorEventArgs ( string message ) : System

Main constructor for the error event.

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

Main constructor for the error event.

Method Details

ErrorEventArgs() public method

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

ErrorEventArgs() public method

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.
return System