C# Класс Command.CommandException

Thrown when an error occurs while attempting to invoke a command.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
CommandException ( string format, string arg, Exception ex ) : System

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

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

public CommandException ( string format, string arg, Exception ex ) : System
format string
arg string
ex System.Exception
Результат System