C# Класс NetMQ.EndpointNotFoundException

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

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

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

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

EndpointNotFoundException ( [ message ) : System

Create a new EndpointNotFoundException with a given message.

EndpointNotFoundException ( [ innerException, [ message ) : System

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

Защищенные методы

Метод Описание
EndpointNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialisation.

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

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

Create a new EndpointNotFoundException with no message nor inner-exception.
public EndpointNotFoundException ( ) : System
Результат System

EndpointNotFoundException() защищенный Метод

Constructor for serialisation.
protected EndpointNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

Create a new EndpointNotFoundException with a given message.
public EndpointNotFoundException ( [ message ) : System
message [ the textual description of what gave rise to this exception, to expose via the Message property
Результат System

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

Create a new EndpointNotFoundException with a given inner-exception and message.
public EndpointNotFoundException ( [ 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