MetadataExporter.Errors プロパティ

定義

メタデータのエクスポート中に発生したエラーのコレクションを取得します。

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)

プロパティ値

Collection<MetadataConversionError>

発生したエクスポート エラー。

注釈

このプロパティには、メタデータのエクスポート プロセス中に発生したエラーが格納されます。 派生クラスのユーザーは、エクスポートされたメタデータを使用する前に Errors プロパティを確認する必要があります。

適用対象