MetadataException members
Represents a base exception class for generic issues with metadata, which is thrown when the Business Connectivity Services Client Runtime engine encounters one of these issues.
The MetadataException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MetadataException() | Initializes a new instance of the class. | |
MetadataException(String) | Initializes a new instance of the class with a message. | |
MetadataException(Type) | Initializes a new instance of the class with the metadata object type. | |
MetadataException(SerializationInfo, StreamingContext) | Initializes a new instance of the class by using the serialization information and the streaming context. | |
MetadataException(String, Exception) | Initializes a new instance of the class with a message and the inner exception. | |
MetadataException(String, Type) | Initializes a new instance of the class with a message, and the metadata object type. | |
MetadataException(String, Exception, Type) | Initializes a new instance of the class with a message, the inner exception, and the metadataObjectType object. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HasExplicitMessage | Gets a value that indicates whether the exception has an explicit message. | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | Gets or sets the exception message. (Overrides Exception.Message.) | |
MetadataObjectType | Represents the Microsoft .NET Framework type of the metadata object that is responsible for the exception. | |
ServerStackTrace | Gets the server stack trace. | |
StackTrace | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
GetBaseException | (Inherited from Exception.) | |
GetObjectData | Returns the object serialization and streaming data. | |
GetType | (Inherited from Exception.) | |
LogEvent | Logs the event. | |
ToString | Converts the exception to a string. (Overrides Exception.ToString().) |
Top