C# Class DotNetCore.CAP.Internal.PublisherSentFailedException

Inheritance: Exception
Datei anzeigen Open project: syrjgc11006/TCM.CAP.Test 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