Table of Contents

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)

Parameters

type Type

The type the property was expected to be on.

propertyName string

The property name that was not found.