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

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

공개 메소드들

메소드 설명
CreateException ( Type type, int parameterCount, Exception exception ) : System

메소드 상세

CreateException() 공개 메소드

public CreateException ( Type type, int parameterCount, Exception exception ) : System
type System.Type
parameterCount int
exception System.Exception
리턴 System