StandardExceptionMessageTags Enumeration
Represents an enumeration that stores a list of tags that correspond to the known Business Data Connectivity (BDC) service exception types.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Enumeration StandardExceptionMessageTags
'Usage
Dim instance As StandardExceptionMessageTags
public enum StandardExceptionMessageTags
Members
| Member name | Description | |
|---|---|---|
| BdcException | Specifies a generic error message with no additional information. | |
| GenericMetadataObjectException | Specifies an error message parameterized by base message or a metadata object TypeName. | |
| InvalidMetadataObjectException | Specifies an error message parameterized by a metadata object TypeName, a metadata object Name, a metadata object ID, or an field name that is not valid. | |
| DuplicateMetadataObjectException | Specifies an error message parameterized by a metadata object TypeName, a metadata object Name, a metadata object ID, or a duplicate field name. | |
| ExceededMetadataObjectLimitException | Specifies an error message parameterized by a metadata object TypeName. | |
| InvalidMetadataObjectPropertyException | Specifies an error message parameterized by a metadata object Name, a metadata object TypeName, or an property name that is not valid. | |
| MetadataObjectNotFoundException | Specifies an error message parameterized by a metadata object TypeName or search criteria. | |
| AccessDeniedException | Specifies an error message with no parameters. | |
| UnknownLiteral | Specifies an error message caused by an unknown literal. | |
| MetadataObjectLiteral | Specifies an error message caused by a metadata object literal. |