C# Class GHI.Commons.IOC.TypeNotRegisteredException

Inheritance: System.Exception
显示文件 Open project: brandongrossutti/EventStore

Public Methods

Method Description
TypeNotRegisteredException ( Type type, Exception exception ) : System

Method Details

TypeNotRegisteredException() public method

public TypeNotRegisteredException ( Type type, Exception exception ) : System
type System.Type
exception System.Exception
return System