C# 클래스 NetMQ.ProtocolNotSupportedException

상속: NetMQException
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x

공개 메소드들

메소드 설명
ProtocolNotSupportedException ( ) : System

Create a new ProtocolNotSupportedException with no message nor inner-exception.

보호된 메소드들

메소드 설명
ProtocolNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialisation.

비공개 메소드들

메소드 설명
ProtocolNotSupportedException ( [ message ) : System

Create a new ProtocolNotSupportedException with the given message.

ProtocolNotSupportedException ( [ innerException, [ message ) : System

Create a new ProtocolNotSupportedException with a given inner-exception and message.

메소드 상세

ProtocolNotSupportedException() 공개 메소드

Create a new ProtocolNotSupportedException with no message nor inner-exception.
public ProtocolNotSupportedException ( ) : System
리턴 System

ProtocolNotSupportedException() 보호된 메소드

Constructor for serialisation.
protected ProtocolNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System