C# Class ArangoDB.VelocyPack.Exceptions.VPackBuilderException

Inheritance: ArangoDB.VelocyPack.Exceptions.VPackException
Afficher le fichier Open project: ra0o0f/velocypack.net

Méthodes publiques

Méthode Description
VPackBuilderException ( ) : System
VPackBuilderException ( string message ) : System
VPackBuilderException ( string message, Exception innerException ) : System

Method Details

VPackBuilderException() public méthode

public VPackBuilderException ( ) : System
Résultat System

VPackBuilderException() public méthode

public VPackBuilderException ( string message ) : System
message string
Résultat System

VPackBuilderException() public méthode

public VPackBuilderException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System