IRC.NET


CtcpErrorMessageReceivedEventArgs

Defined in IrcDotNet.dll.
Provides data for the CtcpClient.ErrorMessageReceived event.

Instance members

Instance memberDescription
ErrorMessage()
Signature: unit -> unit
Gets message describing the error that occurred for the remote user.
ErrorOccurred()
Signature: unit -> unit
Gets a value indicating whether an error occurred or the user confirmed that no error occurred.
FailedQuery()
Signature: unit -> unit
Gets a string containing the query that failed
Fork me on GitHub