C# Класс IrcShark.Extensions.Chatting.UnsupportedProtocolException

The UnsupportedProtocolException is thrown if a ProtocolExtension gets objects not supported by its protocol.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
UnsupportedProtocolException ( ) : System

Initializes a new instance of the UnsupportedProtocolException class.

UnsupportedProtocolException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the UnsupportedProtocolException class.

UnsupportedProtocolException ( string message ) : System

Initializes a new instance of the UnsupportedProtocolException class.

UnsupportedProtocolException ( string message, Exception innerException ) : System

Initializes a new instance of the UnsupportedProtocolException class.

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

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

Initializes a new instance of the UnsupportedProtocolException class.
public UnsupportedProtocolException ( ) : System
Результат System

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

Initializes a new instance of the UnsupportedProtocolException class.
public UnsupportedProtocolException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization information.
context System.Runtime.Serialization.StreamingContext The streaming context.
Результат System

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

Initializes a new instance of the UnsupportedProtocolException class.
public UnsupportedProtocolException ( string message ) : System
message string The message to use with the exception.
Результат System

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

Initializes a new instance of the UnsupportedProtocolException class.
public UnsupportedProtocolException ( string message, Exception innerException ) : System
message string The message to use with the exception.
innerException System.Exception The inner exception causing this exception.
Результат System