Show / Hide Table of Contents

    Class PropertyNotFoundException

    Diese Exception wir geworfen, wenn bei einem Property-Zugriff über die Methode IDevFrameworkBaseObject.GetProperty() der Property-Name nicht gefunden wurde.

    Inheritance
    Object
    Exception
    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().

    PropertyNotFoundException(String, Exception)

    Back to top Generated by DocFX