C# Класс FoxKit.FormatHandlers.DataSet.EntityPropertyAttributeNotFoundException

Thrown when attempting to access an EntityProperty that on a field that doesn't have one.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
EntityPropertyAttributeNotFoundException ( ) : System.Collections
EntityPropertyAttributeNotFoundException ( string message ) : System.Collections
EntityPropertyAttributeNotFoundException ( string message, Exception inner ) : System.Collections

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

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

public EntityPropertyAttributeNotFoundException ( ) : System.Collections
Результат System.Collections

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

public EntityPropertyAttributeNotFoundException ( string message ) : System.Collections
message string
Результат System.Collections

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

public EntityPropertyAttributeNotFoundException ( string message, Exception inner ) : System.Collections
message string
inner Exception
Результат System.Collections