C# Class Sharp.Data.Exceptions.TableNotFoundException

Inheritance: DatabaseException
ファイルを表示 Open project: sharpmigrations/sharpmigrations

Public Methods

Method Description
TableNotFoundException ( string message, Exception innerException, string sql ) : System

Method Details

TableNotFoundException() public method

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