C# Class NetMQ.FaultException

Inheritance: NetMQException
Exibir arquivo Open project: NetMQ/NetMQ3-x

Public Methods

Method Description
FaultException ( ) : System

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

Protected Methods

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

Constructor for serialisation.

Private Methods

Method Description
FaultException ( [ message ) : System

Create a new FaultException with the given message.

FaultException ( [ innerException, [ message ) : System

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

Method Details

FaultException() public method

Create a new FaultException with no message nor inner-exception.
public FaultException ( ) : System
return System

FaultException() protected method

Constructor for serialisation.
protected FaultException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System