Show / Hide Table of Contents

    Constructor PropertyNotFoundException

    PropertyNotFoundException(String)

    Exception wird ausgelöst, wenn ein Property angefordert wird, welches nicht existiert, z.B. über die Methode IDevFrameworkBaseObject.GetProperty().

    Declaration
    [DocfxBrowsable]
    public PropertyNotFoundException(string info)
    Parameters
    info String

    PropertyNotFoundException(String, Exception)

    Declaration
    [DocfxBrowsable]
    public PropertyNotFoundException(string info, Exception ex)
    Parameters
    info String
    ex Exception
    Back to top Generated by DocFX