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