Table of Contents

Class NoComplianceMetadataForType

Namespace
Cratis.Chronicle.Compliance
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when where is no ComplianceMetadata associated with a property.

public class NoComplianceMetadataForType : Exception, ISerializable
Inheritance
NoComplianceMetadataForType
Implements
Inherited Members

Remarks

Initializes a new instance of the NoComplianceMetadataForProperty class.

Constructors

NoComplianceMetadataForType(Type)

Exception that gets thrown when where is no ComplianceMetadata associated with a property.

public NoComplianceMetadataForType(Type type)

Parameters

type Type

Type that does not have compliance metadata.

Remarks

Initializes a new instance of the NoComplianceMetadataForProperty class.