C# Class Acme.Northwind.Install.InvalidSQLException

Inheritance: System.Exception
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

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

Method Details

InvalidSQLException() public method

public InvalidSQLException ( ) : System
return System

InvalidSQLException() public method

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

InvalidSQLException() public method

public InvalidSQLException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System