MethodError members
Represents an error that is caused by invoking a method.
The MethodError 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. | |
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 ActivationError.GetObjectInError(AdministrationMetadataCatalog).) | |
ToString | Converts the activation error to a string. (Inherited from ActivationError.) |
Top