C# 클래스 DotNetWorkQueue.Exceptions.CommitException

상속: DotNetWorkQueueException
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
CommitException ( ) : System

Initializes a new instance of the CommitException class.

CommitException ( string message ) : System

Initializes a new instance of the CommitException class.

CommitException ( string message, Exception inner ) : System

Initializes a new instance of the CommitException class.

메소드 상세

CommitException() 공개 메소드

Initializes a new instance of the CommitException class.
public CommitException ( ) : System
리턴 System

CommitException() 공개 메소드

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

CommitException() 공개 메소드

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