Class of exception raised when an attempt is made to save changes on a BrightstarDB store that is marked as read-only.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class BrightstarStoreIsReadOnlyException : BrightstarClientException
Visual Basic
Public Class BrightstarStoreIsReadOnlyException
	Inherits BrightstarClientException
Visual C++
public ref class BrightstarStoreIsReadOnlyException : public BrightstarClientException
F#
type BrightstarStoreIsReadOnlyException =  
    class
        inherit BrightstarClientException
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    BrightstarDB..::..BrightstarException
      BrightstarDB.Client..::..BrightstarClientException
        BrightstarDB.Client..::..BrightstarStoreIsReadOnlyException

See Also