Class of exception that indicates an internal processing error within the Brightstar engine.

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

Syntax

C#
[SerializableAttribute]
public class BrightstarInternalException : BrightstarException
Visual Basic
<SerializableAttribute>
Public Class BrightstarInternalException
	Inherits BrightstarException
Visual C++
[SerializableAttribute]
public ref class BrightstarInternalException : public BrightstarException
F#
[<SerializableAttribute>]
type BrightstarInternalException =  
    class
        inherit BrightstarException
    end

Remarks

This exception type is reserved for exceptions relating to Brightstar internal processing.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    BrightstarDB..::..BrightstarException
      BrightstarDB..::..BrightstarInternalException

See Also