C# 클래스 FoxKit.FormatHandlers.DataSet.EntityPropertyAttributeNotFoundException

Thrown when attempting to access an EntityProperty that on a field that doesn't have one.
상속: Exception
파일 보기 프로젝트 열기: youarebritish/FoxKitPrototype

공개 메소드들

메소드 설명
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