Class JournalBufferOverflowException
TBD
Implements
Inherited Members
Namespace: Akka.Persistence.Sql.Common.Journal
Assembly: Akka.Persistence.Sql.Common.dll
Syntax
public class JournalBufferOverflowException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceJournalBufferOverflowException()
Initializes a new instance of the JournalBufferOverflowException class.
Declaration
public JournalBufferOverflowException()
JournalBufferOverflowException(SerializationInfo, StreamingContext)
Initializes a new instance of the JournalBufferOverflowException class.
Declaration
protected JournalBufferOverflowException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly JournalBufferOverflowException Instance
Field Value
Type | Description |
---|---|
JournalBufferOverflowException |