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

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

공개 메소드들

메소드 설명
OpenEngSBException ( ) : System

Default constructor

OpenEngSBException ( string message ) : System

Consructor

OpenEngSBException ( string message, Exception inner ) : System

Constructor

메소드 상세

OpenEngSBException() 공개 메소드

Default constructor
public OpenEngSBException ( ) : System
리턴 System

OpenEngSBException() 공개 메소드

Consructor
public OpenEngSBException ( string message ) : System
message string Exception message
리턴 System

OpenEngSBException() 공개 메소드

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