MetadataExporter.Errors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of errors that occurred during metadata export.
public:
property System::Collections::ObjectModel::Collection<System::ServiceModel::Description::MetadataConversionError ^> ^ Errors { System::Collections::ObjectModel::Collection<System::ServiceModel::Description::MetadataConversionError ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.MetadataConversionError> Errors { get; }
member this.Errors : System.Collections.ObjectModel.Collection<System.ServiceModel.Description.MetadataConversionError>
Public ReadOnly Property Errors As Collection(Of MetadataConversionError)
Property Value
The export errors that occurred.
Remarks
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.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.