C# 클래스 fitnesse.mtee.exception.ConstructorMissingException

상속: System.ApplicationException
파일 보기 프로젝트 열기: unclebob/nslim

공개 메소드들

메소드 설명
ConstructorMissingException ( Type type, int parameterCount ) : System

메소드 상세

ConstructorMissingException() 공개 메소드

public ConstructorMissingException ( Type type, int parameterCount ) : System
type System.Type
parameterCount int
리턴 System