C# Class Microsoft.Bek.Query.QueryException

Inheritance: System.Exception
Show file Open project: AutomataDotNet/Automata

Public Methods

Method Description
QueryException ( ) : System
QueryException ( string message ) : System
QueryException ( string message, System inner ) : System

Method Details

QueryException() public method

public QueryException ( ) : System
return System

QueryException() public method

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

QueryException() public method

public QueryException ( string message, System inner ) : System
message string
inner System
return System