Class InvalidPropertyForType
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
The exception that is thrown when a property name does not exist on a type.
public class InvalidPropertyForType : Exception, ISerializable
- Inheritance
-
InvalidPropertyForType
- Implements
- Inherited Members
Constructors
InvalidPropertyForType(Type, string)
The exception that is thrown when a property name does not exist on a type.
public InvalidPropertyForType(Type type, string propertyName)