C# Class Adf.Base.Data.InvalidColumnException

Inheritance: System.Exception
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
InvalidColumnException ( string describer, string column ) : System

Initializes a new instance of the InvalidColumnException class with the specified describer and column name.

Method Details

InvalidColumnException() public method

Initializes a new instance of the InvalidColumnException class with the specified describer and column name.
public InvalidColumnException ( string describer, string column ) : System
describer string The business describer which will investigated.
column string The column name which will search for.
return System