Navigation :
CannotGetPropertyValueException
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 CannotGetPropertyValueException : Exception
Base types
Exception
Exception in case a property value cannot be get.
Constructors
CannotGetPropertyValueException(string propertyName)
Initializes a new instance of the CannotGetPropertyValueException 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