InvalidMetadataObjectException Members
Include Protected Members
Include Inherited Members
Represents the exception that is thrown if the metadata object you are trying to access or create is not valid.
The InvalidMetadataObjectException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvalidMetadataObjectException() | Constructs a new instance of the class. | |
InvalidMetadataObjectException(String) | Constructs a new instance of the class with a message string. | |
InvalidMetadataObjectException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
InvalidMetadataObjectException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. | |
InvalidMetadataObjectException(IMetadataObject, String, IExceptionHelper) | Constructs a new instance of the class by using a metadata object, a field name, and an exception helper. | |
InvalidMetadataObjectException(String, IMetadataObject, String, IExceptionHelper) | Constructs a new instance of the class by using a message, a metadata object, a field name, and an exception helper. | |
InvalidMetadataObjectException(String, Exception, IMetadataObject, String, IExceptionHelper) | Constructs a new instance of the class by using a message, the inner exception, the metadata object that is not valid, the field name that is not valid, and an exception helper. |
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. | |
InvalidMetadataObject | Represents the metadata object that is not valid. | |
IsRetriable | Determines whether it is safe to retry the operation that caused the exception. (Inherited from BdcException.) | |
Message | Represents the exception message. (Overrides MetadataException.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. (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
Initialize | Initializes the exception object. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the exception object to a string. (Overrides MetadataException.ToString().) |
Top