M_CommandLine_SetValueExceptionError__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the SetValueExceptionError class
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal SetValueExceptionError(
NameInfo nameInfo,
Exception exception,
Object value
)VB
Friend Sub New (
nameInfo As NameInfo,
exception As Exception,
value As Object
)C++
internal:
SetValueExceptionError(
NameInfo^ nameInfo,
Exception^ exception,
Object^ value
)F#
new :
nameInfo : NameInfo *
exception : Exception *
value : Object -> SetValueExceptionError
- nameInfo
- Type: CommandLine.NameInfo
- exception
- Type: System.Exception
- value
- Type: System.Object