C# 클래스 Org.Openengsb.Loom.CSharp.Bridge.Implementation.Exceptions.BridgeException

Exception for Problems with the OpenEngSB Connection
상속: System.Exception
파일 보기 프로젝트 열기: openengsb/loom-csharp

공개 메소드들

메소드 설명
BridgeException ( ) : System

Default constructor

BridgeException ( string message ) : System

Constructor

BridgeException ( string message, Exception inner ) : System

Constructor

메소드 상세

BridgeException() 공개 메소드

Default constructor
public BridgeException ( ) : System
리턴 System

BridgeException() 공개 메소드

Constructor
public BridgeException ( string message ) : System
message string Exception message
리턴 System

BridgeException() 공개 메소드

Constructor
public BridgeException ( string message, Exception inner ) : System
message string Exception Message
inner System.Exception Inner Exception
리턴 System