ActivationError Members
Include Protected Members
Include Inherited Members
Represents the error that is encountered during external content type activation.
The ActivationError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ActivationError | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
ContainingEntityName | Gets the external content type name. | |
ContainingEntityNamespace | Gets the external content type namespace. | |
ContainingEntityVersion | Gets the external content type version. | |
ErrorObject | Gets or sets the metadata object that is related to this error. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectInError | Gets the metadata object related to this error. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the activation error to a string. (Overrides Object.ToString().) |
Top