C# 클래스 NetMQ.AddressAlreadyInUseException

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

공개 메소드들

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

Create a new AddressAlreadyInUseException with a given message.

AddressAlreadyInUseException ( [ innerException, [ message ) : System

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

보호된 메소드들

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

Constructor for serialisation.

메소드 상세

AddressAlreadyInUseException() 보호된 메소드

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

AddressAlreadyInUseException() 공개 메소드

Create a new AddressAlreadyInUseException with a given message.
public AddressAlreadyInUseException ( [ message ) : System
message [ the textual description of what gave rise to this exception, to expose via the Message property
리턴 System

AddressAlreadyInUseException() 공개 메소드

Create a new AddressAlreadyInUseException with a given inner-exception and message.
public AddressAlreadyInUseException ( [ innerException, [ message ) : System
innerException [ an Exception for this new exception to contain and expose via its InnerException property
message [ the textual description of what gave rise to this exception, to expose via the Message property
리턴 System