C# Class fitnesse.mtee.exception.MemberMissingException

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

Public Methods

Method Description
MemberMissingException ( Type type, string memberName, int parameterCount ) : System

Method Details

MemberMissingException() public method

public MemberMissingException ( Type type, string memberName, int parameterCount ) : System
type System.Type
memberName string
parameterCount int
return System