메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |
public OnEventLoggedArgs ( string message, |
||
message | string | The message to relay. |
e | The exception to relay | |
리턴 | System |