TypeDescriptorError members
Contains methods and properties that handle the TypeDescriptor object errors.
The TypeDescriptorError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeDescriptorError | Initializes a new instance of the class. |
Top
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. | |
ContainingTypeDescriptorName | Gets the name of the containing TypeDescriptor object. | |
ErrorObject | Gets or sets the metadata object that is related to this error. (Inherited from ActivationError.) |
Top
Methods
Name | Description | |
---|---|---|
GetObjectInError | Gets the metadata object that caused the error. (Overrides ParameterError.GetObjectInError(AdministrationMetadataCatalog).) | |
ToString | Converts the activation error to a string. (Inherited from ActivationError.) |
Top