Type of exception raised when a caller does not provide a required output format to a method/

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    BrightstarDB..::..BrightstarException
      BrightstarDB..::..NoAcceptableFormatException

See Also