C# Class Microsoft.Bek.Query.QueryException

Inheritance: System.Exception
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Méthode Description
QueryException ( ) : System
QueryException ( string message ) : System
QueryException ( string message, System inner ) : System

Method Details

QueryException() public méthode

public QueryException ( ) : System
Résultat System

QueryException() public méthode

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

QueryException() public méthode

public QueryException ( string message, System inner ) : System
message string
inner System
Résultat System