Skip to content

P_CommandLine_NamedError_NameInfo

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

NamedError.NameInfo Property

Name information relative to this error instance.

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

Syntax

C#

public NameInfo NameInfo { get; }

VB

Public ReadOnly Property NameInfo As NameInfo
	Get

C++

public:
property NameInfo^ NameInfo {
	NameInfo^ get ();
}

F#

member NameInfo : NameInfo with get

Property Value

Type: NameInfo

See Also

Reference

NamedError Class
CommandLine Namespace

Clone this wiki locally