C# Class Griffin.Container.Commands.CommandExceptionInfo

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string