C# Класс Adf.Base.Data.InvalidColumnException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
InvalidColumnException ( string describer, string column ) : System

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

Описание методов

InvalidColumnException() публичный Метод

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.
Результат System