C# 클래스 Griffin.Container.Commands.CommandExceptionInfo

Contains information about the exception which has been thrown.
파일 보기 프로젝트 열기: jgauffin/Griffin.Container 1 사용 예제들

공개 메소드들

메소드 설명
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