PropertyMissingException Constructors
An exception that is thrown when an invalid property name is specified.Name | Parameters | Description |
---|---|---|
PropertyMissingException(String, String) | objectType, propertyName | Initializes a new instance of the PropertyMissingException class. |
See Also