﻿<?xml version="1.0" encoding="utf-8"?><Type Name="MetadataConversionError" FullName="System.ServiceModel.Description.MetadataConversionError"><TypeSignature Language="C#" Value="public class MetadataConversionError" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MetadataConversionError extends System.Object" /><AssemblyInfo><AssemblyName>System.ServiceModel</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You typically use <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> objects to determine whether classes that extend <see cref="T:System.ServiceModel.Description.MetadataExporter" /> and <see cref="T:System.ServiceModel.Description.MetadataImporter" /> have encountered an error or warning condition by checking the <see cref="P:System.ServiceModel.Description.MetadataExporter.Errors" /> and <see cref="P:System.ServiceModel.Description.MetadataImporter.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.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an error or warning event that occurred during the use of a <see cref="T:System.ServiceModel.Description.MetadataExporter" /> or <see cref="T:System.ServiceModel.Description.MetadataImporter" />.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public MetadataConversionError (string message);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="message" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>By default an error is created.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> class using the specified message. </para></summary><param name="message"><attribution license="cc4" from="Microsoft" modified="false" />The error or warning message.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public MetadataConversionError (string message, bool isWarning);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, bool isWarning) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="message" Type="System.String" /><Parameter Name="isWarning" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>By default an error is created.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> class using the specified message and <paramref name="isWarning" /> value. </para></summary><param name="message"><attribution license="cc4" from="Microsoft" modified="false" />The message for the warning or error.</param><param name="isWarning"><attribution license="cc4" from="Microsoft" modified="false" />Whether the <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> is an error or a warning.</param></Docs></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object other);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object other) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="other" Type="System.Object" /></Parameters><Docs><param name="other">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For details about reference and value equality, see <see cref="M:System.Object.Equals(System.Object)" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a value that indicates whether two <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> objects have value equality.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the two <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> objects have value equality; otherwise, false.</para></returns></Docs></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For details about hash codes, see <see cref="M:System.Object.GetHashCode" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a value that serves as a hash function for a <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A value suitable for use in hashing algorithms and data structures, such as a hash table.</para></returns></Docs></Member><Member MemberName="IsWarning"><MemberSignature Language="C#" Value="public bool IsWarning { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsWarning" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value that indicates whether the <see cref="T:System.ServiceModel.Description.MetadataConversionError" /> is a warning or an error.</para></summary></Docs></Member><Member MemberName="Message"><MemberSignature Language="C#" Value="public string Message { get; }" /><MemberSignature Language="ILAsm" Value=".property instance string Message" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the error or warning message.</para></summary></Docs></Member></Members></Type>