C# 클래스 GoCommando.Exceptions.CommandoException

상속: System.ApplicationException
파일 보기 프로젝트 열기: rebus-org/GoCommando

공개 메소드들

메소드 설명
CommandoException ( Exception innerException, string message ) : System
CommandoException ( string message ) : System

메소드 상세

CommandoException() 공개 메소드

public CommandoException ( Exception innerException, string message ) : System
innerException System.Exception
message string
리턴 System

CommandoException() 공개 메소드

public CommandoException ( string message ) : System
message string
리턴 System