C# Class FoxKit.FormatHandlers.DataSet.EntityPropertyAttributeNotFoundException

Thrown when attempting to access an EntityProperty that on a field that doesn't have one.
Inheritance: Exception
Afficher le fichier Open project: youarebritish/FoxKitPrototype

Méthodes publiques

Méthode Description
EntityPropertyAttributeNotFoundException ( ) : System.Collections
EntityPropertyAttributeNotFoundException ( string message ) : System.Collections
EntityPropertyAttributeNotFoundException ( string message, Exception inner ) : System.Collections

Method Details

EntityPropertyAttributeNotFoundException() public méthode

public EntityPropertyAttributeNotFoundException ( ) : System.Collections
Résultat System.Collections

EntityPropertyAttributeNotFoundException() public méthode

public EntityPropertyAttributeNotFoundException ( string message ) : System.Collections
message string
Résultat System.Collections

EntityPropertyAttributeNotFoundException() public méthode

public EntityPropertyAttributeNotFoundException ( string message, Exception inner ) : System.Collections
message string
inner Exception
Résultat System.Collections