C# Класс Onshape.Api.ConsoleApp.CommandLineParseException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandLineParseException ( ) : System
CommandLineParseException ( string message ) : System
CommandLineParseException ( string message, Exception inner ) : System

Описание методов

CommandLineParseException() публичный Метод

public CommandLineParseException ( ) : System
Результат System

CommandLineParseException() публичный Метод

public CommandLineParseException ( string message ) : System
message string
Результат System

CommandLineParseException() публичный Метод

public CommandLineParseException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System