Base class for client errors reported from Brightstar.

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

Syntax

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

Inheritance Hierarchy

See Also