AssociationCardinalityMismatchError Members
Include Protected Members
Include Inherited Members
Represents an activation error that indicates that the cardinality of the association does not match the configuration of the foreign identifiers.
The AssociationCardinalityMismatchError type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContainingEntityName | Gets the external content type name. (Inherited from ActivationError.) | |
ContainingEntityNamespace | Gets the external content type namespace. (Inherited from ActivationError.) | |
ContainingEntityVersion | Gets the external content type version. (Inherited from ActivationError.) | |
ContainingMethodName | Gets the name of the containing method. (Inherited from MethodError.) | |
ErrorObject | Gets or sets the metadata object that is related to this error. (Inherited from ActivationError.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectInError | Returns the metadata object that is related to this error. (Overrides MethodError.GetObjectInError(AdministrationMetadataCatalog).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the string representation of this error. (Overrides ActivationError.ToString().) |
Top