Class DestinationResolutionException
Inheritance
System.Object
DestinationResolutionException
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class DestinationResolutionException : MessagingException
Constructors
|
Edit this page
View Source
DestinationResolutionException(String)
Declaration
public DestinationResolutionException(string description)
Parameters
Type |
Name |
Description |
System.String |
description |
|
|
Edit this page
View Source
DestinationResolutionException(String, Exception)
Declaration
public DestinationResolutionException(string description, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
description |
|
Exception |
cause |
|