C# Класс ZeroMQ.Proxy.ProxyException

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

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

Метод Описание
ProxyException ( int errorCode ) : System
ProxyException ( int errorCode, string message ) : System
ProxyException ( int errorCode, string message, Exception inner ) : System

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

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

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

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

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

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

public ProxyException ( int errorCode ) : System
errorCode int
Результат System

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

public ProxyException ( int errorCode, string message ) : System
errorCode int
message string
Результат System

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

public ProxyException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
Результат System