C# Class Onshape.Api.ConsoleApp.CommandLineParseException

Inheritance: System.Exception
Afficher le fichier Open project: onshape-public/app-windows-sample

Méthodes publiques

Méthode Description
CommandLineParseException ( ) : System
CommandLineParseException ( string message ) : System
CommandLineParseException ( string message, Exception inner ) : System

Method Details

CommandLineParseException() public méthode

public CommandLineParseException ( ) : System
Résultat System

CommandLineParseException() public méthode

public CommandLineParseException ( string message ) : System
message string
Résultat System

CommandLineParseException() public méthode

public CommandLineParseException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System