Skip to content

P_CommandLine_NotParsed_1_Errors

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

NotParsed(T).Errors Property

Gets the sequence of parsing errors.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public IEnumerable<Error> Errors { get; }

VB

Public ReadOnly Property Errors As IEnumerable(Of Error)
	Get

C++

public:
property IEnumerable<Error^>^ Errors {
	IEnumerable<Error^>^ get ();
}

F#

member Errors : IEnumerable<Error> with get

Property Value

Type: IEnumerable(Error)

See Also

Reference

NotParsed(T) Class
CommandLine Namespace

Clone this wiki locally