C# Class Apache.NMS.InvalidSelectorException

Inheritance: NMSException
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

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

Méthodes protégées

Méthode Description
InvalidSelectorException ( System info, System context ) : System

Initializes a new instance of the InvalidSelectorException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).

Method Details

InvalidSelectorException() public méthode

public InvalidSelectorException ( ) : System
Résultat System

InvalidSelectorException() protected méthode

Initializes a new instance of the InvalidSelectorException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
protected InvalidSelectorException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
Résultat System

InvalidSelectorException() public méthode

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

InvalidSelectorException() public méthode

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

InvalidSelectorException() public méthode

public InvalidSelectorException ( string message, string errorCode ) : System
message string
errorCode string
Résultat System

InvalidSelectorException() public méthode

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