Table of Contents

Class EventStoreException

Namespace
Opossum.Exceptions
Assembly
Opossum.dll

Base exception class for all Opossum Event Store exceptions

public class EventStoreException : Exception, ISerializable
Inheritance
EventStoreException
Implements
Derived
Inherited Members

Constructors

EventStoreException()

Initializes a new instance of the EventStoreException class

public EventStoreException()

EventStoreException(string)

Initializes a new instance of the EventStoreException class with a specified error message

public EventStoreException(string message)

Parameters

message string

The message that describes the error

EventStoreException(string, Exception)

Initializes a new instance of the EventStoreException class with a specified error message and inner exception

public EventStoreException(string message, Exception innerException)

Parameters

message string

The message that describes the error

innerException Exception

The exception that is the cause of the current exception