C# Class HandlerMissingException, xoom-net-http

Inheritance: Exception
Afficher le fichier Open project: vlingo-net/xoom-net-http

Méthodes publiques

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

Méthodes protégées

Méthode Description
HandlerMissingException ( SerializationInfo, info, StreamingContext, context ) : System,

Method Details

HandlerMissingException() public méthode

public HandlerMissingException ( ) : System,
Résultat System,

HandlerMissingException() protected méthode

protected HandlerMissingException ( SerializationInfo, info, StreamingContext, context ) : System,
info SerializationInfo,
context StreamingContext,
Résultat System,

HandlerMissingException() public méthode

public HandlerMissingException ( string message ) : System,
message string
Résultat System,

HandlerMissingException() public méthode

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