MetadataConversionError Class
Represents an error or warning event that occurred during the use of a MetadataExporter or MetadataImporter.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The MetadataConversionError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MetadataConversionError(String) | Initializes a new instance of the MetadataConversionError class using the specified message. |
![]() | MetadataConversionError(String, Boolean) | Initializes a new instance of the MetadataConversionError class using the specified message and isWarning value. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether two MetadataConversionError objects have value equality. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a value that serves as a hash function for a MetadataConversionError object. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
You typically use MetadataConversionError objects to determine whether classes that extend MetadataExporter and MetadataImporter have encountered an error or warning condition by checking the Errors and Errors properties after importing or exporting the metadata. Tools can use these error and warning messages to report metadata import and export problems to the user.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
