Method | Description | |
---|---|---|
OnEventLoggedArgs ( string message ) : System |
Default arguments constructor with a message to relay.
|
|
OnEventLoggedArgs ( string message, |
Arguments constructor with a message and an exception to relay.
|
public OnEventLoggedArgs ( string message ) : System | ||
message | string | The message to relay. |
return | System |
public OnEventLoggedArgs ( string message, |
||
message | string | The message to relay. |
e | The exception to relay | |
return | System |