Exception raised when an IfNotModifiedSince parameter is provided to a call to ExecuteQuery and the store has not been updated since the time specified in that parameter.

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

Syntax

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

Inheritance Hierarchy

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

See Also