Navigation :
InvalidPropertyException
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Data |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class InvalidPropertyException : Exception
Base types
Exception
Exception is When an invalid property is added to the ModelBase class.
Constructors
InvalidPropertyException(string propertyName)
Initializes a new instance of the InvalidPropertyException class.
Parameters
Name |
Description |
propertyName |
Name of the property that caused the exception. |
Properties
PropertyName
Gets or sets the property name.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion