C# Class Griffin.Container.Commands.CommandExceptionInfo

Contains information about the exception which has been thrown.
Exibir arquivo Open project: jgauffin/Griffin.Container Class Usage Examples

Public Methods

Method Description
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.

Method Details

CommandExceptionInfo() public method

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.
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string