ServiceContractGenerator.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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.