C# Class Paralect.ServiceBus.Dispatcher.DispatcherException

Inheritance: System.Exception
Show file Open project: paralect/Paralect.ServiceBus

Public Methods

Method Description
DispatcherException ( string message ) : System

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

Method Details

DispatcherException() public method

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.
return System