Class ConsumerPipelineFatalException
The exception that is rethrown by the Fatal
Implements
Inherited Members
Namespace: Silverback.Messaging.Diagnostics
Assembly: Silverback.Integration.dll
Syntax
[Serializable]
public class ConsumerPipelineFatalException : SilverbackException, ISerializable
Constructors
| Improve this doc View sourceConsumerPipelineFatalException()
Initializes a new instance of the Consumer
Declaration
public ConsumerPipelineFatalException()
ConsumerPipelineFatalException(SerializationInfo, StreamingContext)
Initializes a new instance of the Consumer
Declaration
protected ConsumerPipelineFatalException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
ConsumerPipelineFatalException(string)
Initializes a new instance of the Consumer
Declaration
public ConsumerPipelineFatalException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
ConsumerPipelineFatalException(string, Exception)
Initializes a new instance of the Consumer
Declaration
public ConsumerPipelineFatalException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | innerException | The inner exception. |