C# Class Paralect.ServiceBus.Dispatcher.DispatcherException

Inheritance: System.Exception
Afficher le fichier Open project: paralect/Paralect.ServiceBus

Méthodes publiques

Méthode Description
DispatcherException ( string message ) : System

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

Method Details

DispatcherException() public méthode

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.
Résultat System