C# Class Bosphorus.Library.Dao.Facade.Facade.Base.ResolveFailureException

Inheritance: Bosphorus.Library.Dao.Facade.Base.Exception.DaoFacadeException
Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
ResolveFailureException ( Type componentType, Exception innerException ) : System

Method Details

ResolveFailureException() public method

public ResolveFailureException ( Type componentType, Exception innerException ) : System
componentType System.Type
innerException System.Exception
return System