C# Class ZeroMQ.Proxy.ProxyException

Inheritance: System.Exception
Datei anzeigen Open project: jgoz/netzmq Class Usage Examples

Public Methods

Method Description
ProxyException ( int errorCode ) : System
ProxyException ( int errorCode, string message ) : System
ProxyException ( int errorCode, string message, Exception inner ) : System

Protected Methods

Method Description
ProxyException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ProxyException() protected method

protected ProxyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ProxyException() public method

public ProxyException ( int errorCode ) : System
errorCode int
return System

ProxyException() public method

public ProxyException ( int errorCode, string message ) : System
errorCode int
message string
return System

ProxyException() public method

public ProxyException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
return System