RapidField logo
Solid Instruments logo

DurableMessageQueuePersistenceException

Represents an exception that is raised when an IDurableMessageQueuePersistenceProxy is unable to persist a queue snapshot.

Inheritance
Object
Exception
DurableMessageQueuePersistenceException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
TypeNameDescription
ExceptioninnerException

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
TypeNameDescription
Stringmessage

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
TypeNameDescription
Stringmessage

The error message that explains the reason for the exception.

ExceptioninnerException

The exception that is the cause of the current exception.

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ObjectExtensions.RejectIf<TArgument>(TArgument)
ObjectExtensions.RejectIf<TArgument>(TArgument, Predicate<TArgument>)
ObjectExtensions.RejectIf<TArgument>(TArgument, Predicate<TArgument>, String)
ObjectExtensions.RejectIf<TArgument>(TArgument, Predicate<TArgument>, String, String)
ExceptionExtensions.ComposeReportableEvent(Exception)
ExceptionExtensions.ComposeReportableEvent(Exception, ApplicationEventVerbosity)
ExceptionExtensions.ComposeReportableEvent(Exception, ApplicationEventVerbosity, String)
ExceptionExtensions.ComposeReportableEvent(Exception, ApplicationEventVerbosity, String, String)
ExceptionExtensions.ComposeReportableEvent(Exception, ApplicationEventVerbosity, String, String, DateTime)
Back to top © 2019 RapidField