C# 클래스 BridgeStack.BridgeException

상속: System.Exception, IBridgeException
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 메소드들

메소드 설명
BridgeException ( string message ) : System

Wraps an exception thrown by the bridge.

BridgeException ( string message, Exception e ) : System

Wraps an exception thrown by the bridge.

BridgeException ( string message, Exception e, IApiException details ) : System

Wraps an exception thrown by the bridge.

메소드 상세

BridgeException() 공개 메소드

Wraps an exception thrown by the bridge.
public BridgeException ( string message ) : System
message string The error message.
리턴 System

BridgeException() 공개 메소드

Wraps an exception thrown by the bridge.
public BridgeException ( string message, Exception e ) : System
message string The error message.
e System.Exception The exception being wrapped.
리턴 System

BridgeException() 공개 메소드

Wraps an exception thrown by the bridge.
public BridgeException ( string message, Exception e, IApiException details ) : System
message string The error message.
e System.Exception The exception being wrapped.
details IApiException The API exception details
리턴 System