The base class for all custom exception types raised by Brightstar
            
Namespace: BrightstarDBAssembly: 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
System..::..Object
System..::..Exception
BrightstarDB..::..BrightstarException
BrightstarDB..::..BrightstarInternalException
BrightstarDB.Client..::..BrightstarClientException
BrightstarDB.Client..::..TransactionPreconditionsFailedException
BrightstarDB..::..NoAcceptableFormatException
System..::..Exception
BrightstarDB..::..BrightstarException
BrightstarDB..::..BrightstarInternalException
BrightstarDB.Client..::..BrightstarClientException
BrightstarDB.Client..::..TransactionPreconditionsFailedException
BrightstarDB..::..NoAcceptableFormatException