C# 클래스 DotNetWorkQueue.Exceptions.InterceptorException

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

공개 메소드들

메소드 설명
InterceptorException ( ) : System

Initializes a new instance of the InterceptorException class.

InterceptorException ( string message ) : System

Initializes a new instance of the InterceptorException class.

InterceptorException ( string message, Exception inner ) : System

Initializes a new instance of the InterceptorException class.

메소드 상세

InterceptorException() 공개 메소드

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

InterceptorException() 공개 메소드

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

InterceptorException() 공개 메소드

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