Method | Description | |
---|---|---|
ErrorEventArgs ( |
Initializes a new instance of the ErrorEventArgs class.
|
|
ErrorEventArgs ( |
Initializes a new instance of the ErrorEventArgs class.
|
public ErrorEventArgs ( |
||
client | The client, the error happens on. | |
msg | string | The related error message. |
return | System |
public ErrorEventArgs ( |
||
client | The client, the error happens on. | |
msg | string | The related error message. |
exception | The inner exception, that caused the error. | |
return | System |