UnboundAssociationReferenceError members
Contains methods and properties to handle the UnboundAssociationReferenceError error.
The UnboundAssociationReferenceError 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.) | |
ContainingParameterName | Gets the containing parameter name. (Inherited from ParameterError.) | |
ContainingTypeDescriptorId | Gets the identifier (ID) of the containing TypeDescriptor object. (Inherited from TypeDescriptorError.) | |
ContainingTypeDescriptorName | Gets the name of the containing TypeDescriptor object. (Inherited from TypeDescriptorError.) | |
ErrorObject | Gets or sets the metadata object that is related to this error. (Inherited from ActivationError.) | |
TDAssociationEntityReferenceName | Gets the name of the Business Data Connectivity (BDC) service reference of the type descriptor association. | |
TDAssociationEntityReferenceNamespace | Gets the namespace of the type descriptor of an association external content type reference. | |
TDAssociationReferenceName | Gets the name of the type descriptor of the association reference. |
Top
Methods
Name | Description | |
---|---|---|
GetAssociationReference | Gets the association reference. | |
GetObjectInError | Gets the metadata object that caused the error. (Inherited from TypeDescriptorError.) | |
ToString | Converts the UnboundAssociationReferenceError error into a string. (Overrides ActivationError.ToString().) |
Top