Table of Contents

Constructor PropertyNotFoundException

Namespace
FrameworkSystems.FrameworkExceptions
Assembly
FrameworkSystems.FrameworkExceptions.dll

PropertyNotFoundException(string)

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

public PropertyNotFoundException(string info)

Parameters

info string

PropertyNotFoundException(string, Exception)

public PropertyNotFoundException(string info, Exception ex)

Parameters

info string
ex Exception