C# Class IServiceOriented.ServiceBus.DeliveryException

Inheritance: System.Exception
Mostra file Open project: jezell/iserviceoriented

Public Methods

Method Description
DeliveryException ( ) : System
DeliveryException ( string message ) : System
DeliveryException ( string message, Exception inner ) : System

Protected Methods

Method Description
DeliveryException ( System info, System context ) : System

Method Details

DeliveryException() public method

public DeliveryException ( ) : System
return System

DeliveryException() protected method

protected DeliveryException ( System info, System context ) : System
info System
context System
return System

DeliveryException() public method

public DeliveryException ( string message ) : System
message string
return System

DeliveryException() public method

public DeliveryException ( string message, Exception inner ) : System
message string
inner System.Exception
return System