MetadataExporter::Errors Property
.NET Framework (current version)
Gets a collection of errors that occurred during metadata export.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property Collection<MetadataConversionError^>^ Errors { Collection<MetadataConversionError^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<MetadataConversionError^>^The export errors that occurred.
This property is populated with errors that occurred during the metadata export process. Users of derived classes should check the Errors property prior to using the exported metadata.
.NET Framework
Available since 3.0
Available since 3.0
Show: