C# Класс Griffin.Container.Commands.CommandExceptionInfo

Contains information about the exception which has been thrown.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CommandExceptionInfo ( string name, object>.IDictionary parameters, Exception exception ) : System

Initializes a new instance of the CommandExceptionInfo class.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

Initializes a new instance of the CommandExceptionInfo class.
public CommandExceptionInfo ( string name, object>.IDictionary parameters, Exception exception ) : System
name string The name.
parameters object>.IDictionary The parameters.
exception System.Exception The exception.
Результат System

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string