DuplicateMetadataObjectException Members
Include Protected Members
Include Inherited Members
This is just like the InvalidMetadataObjectException class, except that it includes a reference to the duplicate object as well as which field is causing the collision. These fields are not guaranteed to be populated; it is a best effort. When they are populated, they will contain the correct information.
The DuplicateMetadataObjectException type exposes the following members.
Constructors
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HasExplicitMessage | (Inherited from MetadataException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
InvalidFieldName | Represents the field that is invalid. (Inherited from InvalidMetadataObjectException.) | |
InvalidMetadataObject | Represents the invalid metadata object. (Inherited from InvalidMetadataObjectException.) | |
Message | (Overrides InvalidMetadataObjectException.Message.) | |
MetadataObjectType | Gets or sets the type of the metadata object that caused the exception. (Inherited from MetadataException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from InvalidMetadataObjectException.) | |
GetType | (Inherited from Exception.) | |
Initialize | (Inherited from InvalidMetadataObjectException.) | |
LogEvent | Logs the event in the server event log. (Inherited from MetadataException.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides InvalidMetadataObjectException.ToString().) |
Top
See Also
Reference
DuplicateMetadataObjectException Class
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace