Class MessagingException
Inheritance
System.Object
MessagingException
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class MessagingException : Exception
Constructors
|
Edit this page
View Source
MessagingException(IMessage)
Declaration
public MessagingException(IMessage message)
Parameters
|
Edit this page
View Source
MessagingException(IMessage, Exception)
Declaration
public MessagingException(IMessage message, Exception cause)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
Exception |
cause |
|
|
Edit this page
View Source
MessagingException(IMessage, String)
Declaration
public MessagingException(IMessage message, string description)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.String |
description |
|
|
Edit this page
View Source
MessagingException(IMessage, String, Exception)
Declaration
public MessagingException(IMessage message, string description, Exception cause)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.String |
description |
|
Exception |
cause |
|
|
Edit this page
View Source
MessagingException(String)
Declaration
public MessagingException(string description)
Parameters
Type |
Name |
Description |
System.String |
description |
|
|
Edit this page
View Source
MessagingException(String, Exception)
Declaration
public MessagingException(string description, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
description |
|
Exception |
cause |
|
Properties
|
Edit this page
View Source
FailedMessage
Declaration
public IMessage FailedMessage { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|