C# 클래스 IrcShark.Extensions.Chatting.UnsupportedProtocolException

The UnsupportedProtocolException is thrown if a ProtocolExtension gets objects not supported by its protocol.
상속: System.Exception
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
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