C# Class FoxKit.FormatHandlers.DataSet.EntityPropertyAttributeNotFoundException

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

Public Methods

Method Description
EntityPropertyAttributeNotFoundException ( ) : System.Collections
EntityPropertyAttributeNotFoundException ( string message ) : System.Collections
EntityPropertyAttributeNotFoundException ( string message, Exception inner ) : System.Collections

Method Details

EntityPropertyAttributeNotFoundException() public method

public EntityPropertyAttributeNotFoundException ( ) : System.Collections
return System.Collections

EntityPropertyAttributeNotFoundException() public method

public EntityPropertyAttributeNotFoundException ( string message ) : System.Collections
message string
return System.Collections

EntityPropertyAttributeNotFoundException() public method

public EntityPropertyAttributeNotFoundException ( string message, Exception inner ) : System.Collections
message string
inner Exception
return System.Collections