C# 클래스 Halibut.Transport.Proxy.Exceptions.ProxyException

상속: System.Exception
파일 보기 프로젝트 열기: OctopusDeploy/Halibut

공개 메소드들

메소드 설명
ProxyException ( ) : System

Constructor.

ProxyException ( string message ) : System

Constructor.

ProxyException ( string message, Exception innerException ) : System

Constructor.

보호된 메소드들

메소드 설명
ProxyException ( SerializationInfo info, StreamingContext context ) : System

Constructor.

메소드 상세

ProxyException() 공개 메소드

Constructor.
public ProxyException ( ) : System
리턴 System

ProxyException() 보호된 메소드

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

ProxyException() 공개 메소드

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

ProxyException() 공개 메소드

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