C# Class NetMQ.InvalidException

Inheritance: NetMQException
ファイルを表示 Open project: NetMQ/NetMQ3-x

Public Methods

Method Description
InvalidException ( ) : System

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

Protected Methods

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

Constructor for serialisation.

Private Methods

Method Description
InvalidException ( [ message ) : System

Create a new InvalidException with the given message.

InvalidException ( [ innerException, [ message ) : System

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

Method Details

InvalidException() public method

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

InvalidException() protected method

Constructor for serialisation.
protected InvalidException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System