메소드 | 설명 | |
---|---|---|
CtcpErrorMessageReceivedEventArgs ( IrcUser user, string noErrorMessage ) : System |
Initializes a new instance of the CtcpErrorMessageReceivedEventArgs class, specifying that no error occurred.
|
|
CtcpErrorMessageReceivedEventArgs ( IrcUser user, string failedQuery, string errorMessage ) : System |
Initializes a new instance of the CtcpErrorMessageReceivedEventArgs class, specifying the query that failed with an error message.
|
public CtcpErrorMessageReceivedEventArgs ( IrcUser user, string noErrorMessage ) : System | ||
user | IrcUser | |
noErrorMessage | string | The message indicating that no error occurred. |
리턴 | System |
public CtcpErrorMessageReceivedEventArgs ( IrcUser user, string failedQuery, string errorMessage ) : System | ||
user | IrcUser | |
failedQuery | string | A string containing the query that failed. |
errorMessage | string | The message describing the error that occurred for the remote user. |
리턴 | System |