Skip to content

P_CommandLine_Text_SentenceBuilder_FormatError

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

SentenceBuilder.FormatError Property

Gets a delegate that handles singular error formatting. The delegates must accept an Error and returns a string.

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

Syntax

C#

public abstract Func<Error, string> FormatError { get; }

VB

Public MustOverride ReadOnly Property FormatError As Func(Of Error, String)
	Get

C++

public:
virtual property Func<Error^, String^>^ FormatError {
	Func<Error^, String^>^ get () abstract;
}

F#

abstract FormatError : Func<Error, string> with get

Property Value

Type: Func(Error, String)

See Also

Reference

SentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally