C# Класс DotNetWorkQueue.Exceptions.InterceptorException

Наследование: DotNetWorkQueueException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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