C# Class Core.Query.Exceptions.InvalidQueryException

Inheritance: Core.Query.Exceptions.QueryException
Exibir arquivo Open project: pekalam/auctionhouse

Public Methods

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

Method Details

InvalidQueryException() public method

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

InvalidQueryException() public method

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