MetadataImporter::Errors Property

 

Gets a value that indicates whether there were errors importing the metadata.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property Collection<MetadataConversionError^>^ Errors {
	Collection<MetadataConversionError^>^ get();
}

Always check the Errors property after importing metadata and before using the metadata.

.NET Framework
Available since 3.0
Return to top
Show: