C# Класс IrcDotNet.IrcProtocolErrorEventArgs

Provides data for the IrcClient.ProtocolError event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IrcProtocolErrorEventArgs ( int code, IList parameters, string message ) : System.Net.Security

Initializes a new instance of the IrcProtocolErrorEventArgs class.

Описание методов

IrcProtocolErrorEventArgs() публичный Метод

Initializes a new instance of the IrcProtocolErrorEventArgs class.
public IrcProtocolErrorEventArgs ( int code, IList parameters, string message ) : System.Net.Security
code int The code.
parameters IList The parameters.
message string The message.
Результат System.Net.Security