C# Class Ataoge.EventBus.PublisherSentFailedException

Inheritance: Exception
Mostrar archivo Open project: ataoge/Skeleton Class Usage Examples

Public Methods

Method Description
PublisherSentFailedException ( string message ) : System
PublisherSentFailedException ( string message, Exception ex ) : System

Method Details

PublisherSentFailedException() public method

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

PublisherSentFailedException() public method

public PublisherSentFailedException ( string message, Exception ex ) : System
message string
ex Exception
return System