
DurableMessageQueuePersistenceException
Represents an exception that is raised when an IDurableMessageQueuePersistenceProxy is unable to persist a queue snapshot.
Implements
Inherited Members
Namespace: RapidField.SolidInstruments.Messaging.TransportPrimitives
Assembly: RapidField.SolidInstruments.Messaging.dll
Syntax (C#)
public sealed class DurableMessageQueuePersistenceException : Exception, ISerializable
Constructors
DurableMessageQueuePersistenceException()
Initializes a new instance of the DurableMessageQueuePersistenceException class.
Declaration (C#)
public DurableMessageQueuePersistenceException()
DurableMessageQueuePersistenceException(Exception)
Initializes a new instance of the DurableMessageQueuePersistenceException class.
Declaration (C#)
public DurableMessageQueuePersistenceException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Exception | innerException | The exception that is the cause of the current exception. |
DurableMessageQueuePersistenceException(String)
Initializes a new instance of the DurableMessageQueuePersistenceException class.
Declaration (C#)
public DurableMessageQueuePersistenceException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message that explains the reason for the exception. |
DurableMessageQueuePersistenceException(String, Exception)
Initializes a new instance of the DurableMessageQueuePersistenceException class.
Declaration (C#)
public DurableMessageQueuePersistenceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception. |