C# Class Onshape.Api.ConsoleApp.CommandLineParseException

Inheritance: System.Exception
Mostrar archivo Open project: onshape-public/app-windows-sample

Public Methods

Method Description
CommandLineParseException ( ) : System
CommandLineParseException ( string message ) : System
CommandLineParseException ( string message, Exception inner ) : System

Method Details

CommandLineParseException() public method

public CommandLineParseException ( ) : System
return System

CommandLineParseException() public method

public CommandLineParseException ( string message ) : System
message string
return System

CommandLineParseException() public method

public CommandLineParseException ( string message, Exception inner ) : System
message string
inner System.Exception
return System