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

Inheritance: System.Exception
Exibir arquivo Open project: OctopusDeploy/Halibut

Public Methods

Method Description
ProxyException ( ) : System

Constructor.

ProxyException ( string message ) : System

Constructor.

ProxyException ( string message, Exception innerException ) : System

Constructor.

Protected Methods

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

Constructor.

Method Details

ProxyException() public method

Constructor.
public ProxyException ( ) : System
return System

ProxyException() protected method

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

ProxyException() public method

Constructor.
public ProxyException ( string message ) : System
message string Exception message text.
return System

ProxyException() public method

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