MetadataImporter::Errors Property
.NET Framework (current version)
Gets a value that indicates whether there were errors importing the metadata.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property Collection<MetadataConversionError^>^ Errors { Collection<MetadataConversionError^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<MetadataConversionError^>^A collection of System.ServiceModel.Description::MetadataConversionError objects.
Always check the Errors property after importing metadata and before using the metadata.
.NET Framework
Available since 3.0
Available since 3.0
Show: