C# Класс Paralect.ServiceBus.Dispatcher.DispatcherException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
DispatcherException ( string message ) : System

Initializes a new instance of the T:System.Exception class with a specified error message.

Описание методов

DispatcherException() публичный Метод

Initializes a new instance of the T:System.Exception class with a specified error message.
public DispatcherException ( string message ) : System
message string The message that describes the error.
Результат System