Exception raised when a transaction does not complete due to one or more precondition triples not matching.

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

Syntax

C#
public class TransactionPreconditionsFailedException : BrightstarException, 
	ITripleSink
Visual Basic
Public Class TransactionPreconditionsFailedException
	Inherits BrightstarException
	Implements ITripleSink
Visual C++
public ref class TransactionPreconditionsFailedException : public BrightstarException, 
	ITripleSink
F#
type TransactionPreconditionsFailedException =  
    class
        inherit BrightstarException
        interface ITripleSink
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    BrightstarDB..::..BrightstarException
      BrightstarDB.Client..::..TransactionPreconditionsFailedException

See Also