Class NoComplianceMetadataForProperty
- Namespace
- Cratis.Chronicle.Compliance
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when where is no ComplianceMetadata associated with a property.
public class NoComplianceMetadataForProperty : Exception, ISerializable
- Inheritance
-
NoComplianceMetadataForProperty
- Implements
- Inherited Members
Remarks
Initializes a new instance of the NoComplianceMetadataForProperty class.
Constructors
NoComplianceMetadataForProperty(PropertyInfo)
Exception that gets thrown when where is no ComplianceMetadata associated with a property.
public NoComplianceMetadataForProperty(PropertyInfo property)
Parameters
propertyPropertyInfoPropertyInfo that does not have compliance metadata.
Remarks
Initializes a new instance of the NoComplianceMetadataForProperty class.