C# Class fitnesse.mtee.exception.ConstructorMissingException

Inheritance: System.ApplicationException
Show file Open project: unclebob/nslim

Public Methods

Method Description
ConstructorMissingException ( Type type, int parameterCount ) : System

Method Details

ConstructorMissingException() public method

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