Navigation :
CannotSetPropertyValueException
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Reflection |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class CannotSetPropertyValueException : Exception
Base types
Exception
Exception in case a property value cannot be set.
Constructors
CannotSetPropertyValueException(string propertyName)
Initializes a new instance of the CannotSetPropertyValueException class.
Parameters
Name |
Description |
propertyName |
Name of the property. |
Properties
PropertyName
Gets the name of the property.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion