C# Class NetMQ.NetMQException

Inheritance: System.Exception
Afficher le fichier Open project: NetMQ/NetMQ3-x

Méthodes publiques

Méthode Description
NetMQException ( ) : System
NetMQException ( string message ) : System
NetMQException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

NetMQException() public méthode

public NetMQException ( ) : System
Résultat System

NetMQException() protected méthode

Constructor for serialisation.
protected NetMQException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

NetMQException() protected méthode

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
Résultat System

NetMQException() public méthode

public NetMQException ( string message ) : System
message string
Résultat System

NetMQException() public méthode

public NetMQException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System