Skip to content

M_CommandLine_Error__ctor

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

Error Constructor (ErrorType)

Initializes a new instance of the Error class.

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

Syntax

C#

protected Error(
	ErrorType tag
)

VB

Protected Sub New ( 
	tag As ErrorType
)

C++

protected:
Error(
	ErrorType tag
)

F#

new : 
        tag : ErrorType -> Error

Parameters

 

tag
Type: CommandLine.ErrorType
Type discriminator tag.

See Also

Reference

Error Class
Error Overload
CommandLine Namespace

Clone this wiki locally