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#

publicabstractFunc<Error,string>FormatError{get;}

VB

PublicMustOverrideReadOnlyPropertyFormatErrorAsFunc(OfError,String)Get

C++

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

F#

abstractFormatError :Func<Error,string>with get 

Property Value

Type: Func(Error, String)

See Also

Reference

SentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally