C# Class Adf.Base.Data.InvalidColumnException

Inheritance: System.Exception
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode 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 méthode

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.
Résultat System