Definition
Namespace: EntityDb.Common.Exceptions
Assembly: EntityDb.Common
The exception that is thrown when an actor passes a ITransaction to an ITransactionRepository that was created for read-only mode.
1
public class CannotWriteInReadOnlyModeException : System.Exception
Inheritance: Object → Exception