MissingMetadataPropertyException Members
Include Protected Members
Include Inherited Members
Specifies the exception that is thrown when a particular metadata object instance does not have an expected property.
The MissingMetadataPropertyException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MissingMetadataPropertyException() | Constructs a new instance of the class. | |
MissingMetadataPropertyException(String) | Initializes a new instance of the class with a message. | |
MissingMetadataPropertyException(SerializationInfo, StreamingContext) | Initializes a new instance of the class by using the serialization information and the streaming context. | |
MissingMetadataPropertyException(String, Exception) | Initializes a new instance of the class with a message and the inner exception. | |
MissingMetadataPropertyException(Type, IExceptionHelper) | Initializes a new instance of the class with the metadata object type and an exception helper. | |
MissingMetadataPropertyException(String, Type, IExceptionHelper) | Initializes a new instance of the class with a message, the metadata object type, and an exception helper. | |
MissingMetadataPropertyException(String, Exception, Type, IExceptionHelper) | Initializes a new instance of the class with a message, the inner exception, the metadata object type, 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.) | |
IsRetriable | Determines whether it is safe to retry the operation that caused the exception. (Inherited from BdcException.) | |
Message | Represents the error message. (Inherited from MetadataException.) | |
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 | Serializes the information about the metadata object that caused the exception. (Inherited from MetadataException.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the exception object to a string. (Inherited from MetadataException.) |
Top