Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents an exception that is thrown when one or more metadata objects have field values that are equal in a context where this is not allowed.
The DuplicateMetadataObjectException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DuplicateMetadataObjectException() | Initializes a new instance of the class. |
![]() |
DuplicateMetadataObjectException(String) | Initializes a new instance of the class with a specified error message. |
![]() |
DuplicateMetadataObjectException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. |
![]() |
DuplicateMetadataObjectException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
DuplicateMetadataObjectException(IMetadataObject, String, IExceptionHelper) | Initializes a new instance of the class, which contains a reference to the metadata object that is causing the problem because it is a duplicate. |
![]() |
DuplicateMetadataObjectException(String, IMetadataObject, String, IExceptionHelper) | Initializes a new instance of the class with a specified error message, the duplicate metadata object instance, and the name of the field that contains the duplicate. |
![]() |
DuplicateMetadataObjectException(String, Exception, IMetadataObject, String, IExceptionHelper) | Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, the duplicate metadata object instance, and the name of the field that contains the duplicate. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ExceptionHelper | Gets the exception helper that assists with localization. (Inherited from BdcException.) |
![]() |
HasExplicitMessage | Determines whether the exception has an explicit message that identifies the encountered problem instead of the generic message that corresponds to the type of the exception. (Inherited from BdcException.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
InvalidFieldName | Represents the field that is not valid. (Inherited from InvalidMetadataObjectException.) |
![]() |
InvalidMetadataObject | Represents the metadata object that is not valid. (Inherited from InvalidMetadataObjectException.) |
![]() |
IsRetriable | Determines whether it is safe to retry the operation that caused the exception. (Inherited from BdcException.) |
![]() |
Message | Retrieves the message of the exception. (Overrides InvalidMetadataObjectException.Message.) |
![]() |
MetadataObjectType | Gets or sets the type of the metadata object that caused the exception. (Inherited from MetadataException.) |
![]() |
ServerStackTrace | Gets a server stack trace. (Inherited from BdcException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
State | Gets the state of the Business Data Connectivity (BDC) service exception. (Inherited from BdcException.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
FillState | This member is reserved for internal use and is not intended to be used directly from your code. Provides the state of the exception. (Inherited from BdcException.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Returns the object serialization and streaming data. (Inherited from InvalidMetadataObjectException.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
Initialize | Initializes the exception object. (Inherited from InvalidMetadataObjectException.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Creates and returns a string representation of the current exception. (Overrides InvalidMetadataObjectException.ToString().) |
Top