Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

M_CommandLine_Text_HeadingInfo_WriteError

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

HeadingInfo.WriteError Method

Writes out a string and a new line using the program name specified in the constructor and message parameter to standard error stream.

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

Syntax

C#

public void WriteError(
	string message
)

VB

Public Sub WriteError ( 
	message As String
)

C++

public:
void WriteError(
	String^ message
)

F#

member WriteError : 
        message : string -> unit 

Parameters

 

message
Type: System.String
The String message to write.

Exceptions

 

Exception Condition
ArgumentException Thrown when parameter message is null or empty string.

See Also

Reference

HeadingInfo Class
CommandLine.Text Namespace

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.