ParseResultFromException Method
Creates a
ParseResult instance that represents a parsing error.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public static ParseResult FromException(
CommandLineArgumentException exception
)
Public Shared Function FromException (
exception As CommandLineArgumentException
) As ParseResult
Dim exception As CommandLineArgumentException
Dim returnValue As ParseResult
returnValue = ParseResult.FromException(exception)
public:
static ParseResult FromException(
CommandLineArgumentException^ exception
)
- exception CommandLineArgumentException
- The exception that occurred during parsing.
ParseResultAn instance of the
ParseResult structure.