An NDoc Documented Class Library

EntityFieldNotFoundException Constructor (String)

[Visual Basic]
Public Sub New( _ 
   ByVal message As String _ 
)
[C#]
public EntityFieldNotFoundException(
   string message
);
[C++]
public: EntityFieldNotFoundException(
   String* message
);
[JScript]
public function EntityFieldNotFoundException(
   String message
);

See Also

EntityFieldNotFoundException Class | Repository.EntityMapping Namespace | EntityFieldNotFoundException Constructor Overload List