ParseResult.Errors Property

Definition

Gets the parse errors found while parsing command line input.

public:
 property System::Collections::Generic::IReadOnlyList<System::CommandLine::Parsing::ParseError ^> ^ Errors { System::Collections::Generic::IReadOnlyList<System::CommandLine::Parsing::ParseError ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<System.CommandLine.Parsing.ParseError> Errors { get; }
member this.Errors : System.Collections.Generic.IReadOnlyList<System.CommandLine.Parsing.ParseError>
Public ReadOnly Property Errors As IReadOnlyList(Of ParseError)

Property Value

Applies to