C# Class ArangoDB.VelocyPack.Exceptions.VPackBuilderException

Inheritance: ArangoDB.VelocyPack.Exceptions.VPackException
Datei anzeigen Open project: ra0o0f/velocypack.net

Public Methods

Method Description
VPackBuilderException ( ) : System
VPackBuilderException ( string message ) : System
VPackBuilderException ( string message, Exception innerException ) : System

Method Details

VPackBuilderException() public method

public VPackBuilderException ( ) : System
return System

VPackBuilderException() public method

public VPackBuilderException ( string message ) : System
message string
return System

VPackBuilderException() public method

public VPackBuilderException ( string message, Exception innerException ) : System
message string
innerException Exception
return System