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