ServiceContractGenerator.Errors プロパティ

定義

サービス コントラクト コードとエンドポイント構成の生成時に生成される MetadataConversionError オブジェクトのコレクションを取得します。

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)

プロパティ値

MetadataConversionError オブジェクトのコレクション。

注釈

これらのエラー メッセージや警告メッセージをツールで使用して、ユーザーにデバッグ情報を表示できます。

適用対象