C# Class Halibut.Transport.Proxy.Exceptions.ProxyException

Inheritance: System.Exception
Afficher le fichier Open project: OctopusDeploy/Halibut

Méthodes publiques

Méthode Description
ProxyException ( ) : System

Constructor.

ProxyException ( string message ) : System

Constructor.

ProxyException ( string message, Exception innerException ) : System

Constructor.

Méthodes protégées

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

Constructor.

Method Details

ProxyException() public méthode

Constructor.
public ProxyException ( ) : System
Résultat System

ProxyException() protected méthode

Constructor.
protected ProxyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization information.
context System.Runtime.Serialization.StreamingContext Stream context information.
Résultat System

ProxyException() public méthode

Constructor.
public ProxyException ( string message ) : System
message string Exception message text.
Résultat System

ProxyException() public méthode

Constructor.
public ProxyException ( string message, Exception innerException ) : System
message string Exception message text.
innerException System.Exception The inner exception object.
Résultat System