The base class for all custom exception types raised by Brightstar

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

Syntax

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

Inheritance Hierarchy

See Also