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
messagestringThe 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)