C# Class fitnesse.mtee.exception.CreateException

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

Public Methods

Method Description
CreateException ( Type type, int parameterCount, Exception exception ) : System

Method Details

CreateException() public method

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