Bosphorus.Library.Dao.Facade.Facade.Base.ResolveFailureException.ResolveFailureException C# (CSharp) Method

ResolveFailureException() public method

public ResolveFailureException ( Type componentType, Exception innerException ) : System
componentType System.Type
innerException System.Exception
return System
        public ResolveFailureException(Type componentType, Exception innerException)
            : base(string.Format("{0}: [Component Type: {1}]", EXCEPTION_MESSAGE, componentType), innerException)
        {
        }
    }
ResolveFailureException