IdentifierCountMismatchError Members
Include Protected Members
Include Inherited Members
Represents an activation error indicating a method has an incorrect number of identifiers specified, based on the external content type it is working with.
The IdentifierCountMismatchError 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.) | |
TDIDEntityReferenceName | Gets the name of the external content type that contains the identifier, which is incorrectly specified. | |
TDIDEntityReferenceNamespace | Gets the namespace of the external content type that contains the identifier, which is incorrectly specified. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectInError | Gets the metadata object that caused the error. (Inherited from MethodError.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the error to a string. (Overrides ActivationError.ToString().) |
Top