C# Класс NetMQ.AddressAlreadyInUseException

Наследование: NetMQException
Показать файл Открыть проект

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

Метод Описание
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