C# Class DotNetWorkQueue.Exceptions.InterceptorException

Inheritance: DotNetWorkQueueException
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the InterceptorException class.
public InterceptorException ( ) : System
Résultat System

InterceptorException() public méthode

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

InterceptorException() public méthode

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