ServiceContractGenerator.Errors Property

Definition

Gets a collection of MetadataConversionError objects generated when generating service contract code and endpoint configurations.

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

A collection of MetadataConversionError objects.

Remarks

These error and warning messages can be used by tools to display debugging information to users.

Applies to