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
System.String
PropertyNotFoundException(String, Exception)
Declaration
[DocfxBrowsable]
public PropertyNotFoundException(string info, Exception ex)
Parameters
info
System.String
ex
System.Exception