C# 클래스 Abbotware.Core.Workflow.RuntimeException

Base Exception for a Workflow Runtime Error
상속: Abbotware.Core.Workflow.WorkflowException
파일 보기 프로젝트 열기: abbotware/abbotware

공개 메소드들

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

Initializes a new instance of the RuntimeException class.

RuntimeException ( string message, Exception inner ) : System

Initializes a new instance of the RuntimeException class.

보호된 메소드들

메소드 설명
RuntimeException ( ) : System

Initializes a new instance of the RuntimeException class.

메소드 상세

RuntimeException() 보호된 메소드

Initializes a new instance of the RuntimeException class.
protected RuntimeException ( ) : System
리턴 System

RuntimeException() 공개 메소드

Initializes a new instance of the RuntimeException class.
public RuntimeException ( string message ) : System
message string message
리턴 System

RuntimeException() 공개 메소드

Initializes a new instance of the RuntimeException class.
public RuntimeException ( string message, Exception inner ) : System
message string message
inner Exception inner exception
리턴 System