C# Класс NetMQ.NetMQException

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

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

Метод Описание
NetMQException ( ) : System
NetMQException ( string message ) : System
NetMQException ( string message, Exception innerException ) : System

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

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

Constructor for serialisation.

NetMQException ( [ innerException, [ message, ErrorCode errorCode ) : System

Create a new NetMQException containing the given Exception, Message and ErrorCode.

Приватные методы

Метод Описание
Create ( ErrorCode errorCode ) : NetMQException
Create ( ErrorCode errorCode, [ innerException ) : NetMQException
Create ( ErrorCode errorCode, [ message, [ innerException ) : NetMQException
Create ( SocketError error, [ innerException = null ) : NetMQException
Create ( [ innerException ) : NetMQException
Create ( [ message, ErrorCode errorCode ) : NetMQException
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

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

public NetMQException ( ) : System
Результат System

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

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

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

Create a new NetMQException containing the given Exception, Message and ErrorCode.
protected NetMQException ( [ innerException, [ message, ErrorCode errorCode ) : System
innerException [ an Exception that this exception will expose via it's InnerException property
message [ the textual description of what gave rise to this exception, to expose via the Message property
errorCode ErrorCode an ErrorCode that this exception will expose via its ErrorCode property
Результат System

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

public NetMQException ( string message ) : System
message string
Результат System

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

public NetMQException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System