C# Class DotNetWorkQueue.Exceptions.InterceptorException

Inheritance: DotNetWorkQueueException
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
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.

Method Details

InterceptorException() public method

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

InterceptorException() public method

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

InterceptorException() public method

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