C# Class EasyNetQ.Producer.PublishInterruptedException

Inheritance: System.Exception
Exibir arquivo Open project: EasyNetQ/EasyNetQ

Public Methods

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

Method Details

PublishInterruptedException() public method

public PublishInterruptedException ( ) : System
return System

PublishInterruptedException() public method

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

PublishInterruptedException() public method

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