InvalidMetadataObjectException Members
Include Protected Members
Include Inherited Members
Thrown when a metadata object instance containing invalid or corrupt fields is encountered.
The InvalidMetadataObjectException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvalidMetadataObjectException() | Initializes a new instance of the class. | |
InvalidMetadataObjectException(String) | Initializes a new instance of the class with a specified error message. | |
InvalidMetadataObjectException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data and streaming context. | |
InvalidMetadataObjectException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. | |
InvalidMetadataObjectException(UInt32, String, String, Type) | Initializes a new instance of the class with the specified metadata object ID, the metadata object name, the field name, and the metadata object type. | |
InvalidMetadataObjectException(String, UInt32, String, String, Type) | Initializes a new instance of the class with the specified error message, the metadata object ID, the metadata object name, the field name, and the metadata object type. | |
InvalidMetadataObjectException(String, Exception, UInt32, String, String, Type) | Initializes a new instance of the class with the specified error message, a reference to the inner exception that caused this exception, the metadata object ID, the metadata object name, the field name, and the metadata object type. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HasExplicitMessage | Gets a value that indicates whether the exception has an explicit message. (Inherited from MetadataException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
InvalidFieldName | Gets or sets the field that is not valid. | |
InvalidMetadataObjectId | Gets or sets the invalid metadata object identifier. | |
InvalidMetadataObjectName | Gets or sets the invalid metadata object name. | |
Message | Gets or sets the exception message. (Overrides MetadataException.Message.) | |
MetadataObjectType | Represents the Microsoft .NET Framework type of the metadata object that is responsible for the exception. (Inherited from MetadataException.) | |
ServerStackTrace | Gets the server stack trace. (Inherited from MetadataException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
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. | |
LogEvent | Logs the event. (Inherited from MetadataException.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the exception object to a string. (Overrides MetadataException.ToString().) |
Top