Class PropertyNotFoundException
Diese Exception wir geworfen, wenn bei einem Property-Zugriff über die Methode IDevFrameworkBaseObject.GetProperty() der Property-Name nicht gefunden wurde.
Inheritance
FrameworkSystems.FrameworkExceptions.FrameworkException
PropertyNotFoundException
Namespace: FrameworkSystems.FrameworkExceptions
Assembly: FrameworkSystems.FrameworkExceptions.dll
Syntax
[DocfxBrowsable]
public class PropertyNotFoundException : FrameworkException, ISerializable, _Exception
Constructors
PropertyNotFoundException(String)
Exception wird ausgelöst, wenn ein Property angefordert wird, welches nicht existiert, z.B. über die Methode IDevFrameworkBaseObject.GetProperty().