Method | Description | |
---|---|---|
ProcessEventArgs ( ) : System |
Initializes a new instance of the ProcessEventArgs class.
|
|
ProcessEventArgs ( int code ) : System |
Initializes a new instance of the ProcessEventArgs class.
|
|
ProcessEventArgs ( string content ) : System |
Initializes a new instance of the ProcessEventArgs class.
|
|
ProcessEventArgs ( string content, int code ) : System |
Initializes a new instance of the ProcessEventArgs class.
|
public ProcessEventArgs ( int code ) : System | ||
code | int | The code. |
return | System |
public ProcessEventArgs ( string content ) : System | ||
content | string | The content. |
return | System |
public ProcessEventArgs ( string content, int code ) : System | ||
content | string | The content. |
code | int | The code. |
return | System |