C# Class IServiceOriented.ServiceBus.DeliveryException

Inheritance: System.Exception
Afficher le fichier Open project: jezell/iserviceoriented

Méthodes publiques

Méthode Description
DeliveryException ( ) : System
DeliveryException ( string message ) : System
DeliveryException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
DeliveryException ( System info, System context ) : System

Method Details

DeliveryException() public méthode

public DeliveryException ( ) : System
Résultat System

DeliveryException() protected méthode

protected DeliveryException ( System info, System context ) : System
info System
context System
Résultat System

DeliveryException() public méthode

public DeliveryException ( string message ) : System
message string
Résultat System

DeliveryException() public méthode

public DeliveryException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System