handle type creation errors

This commit is contained in:
Luke Pulverenti
2013-10-02 12:20:11 -04:00
parent 9a4712cf22
commit 76faf89aca
2 changed files with 27 additions and 11 deletions

View File

@@ -89,13 +89,6 @@ namespace MediaBrowser.Common
/// <returns>Task.</returns>
Task UpdateApplication(PackageVersionInfo package, CancellationToken cancellationToken, IProgress<double> progress);
/// <summary>
/// Creates an instance of type and resolves all constructor dependancies
/// </summary>
/// <param name="type">The type.</param>
/// <returns>System.Object.</returns>
object CreateInstance(Type type);
/// <summary>
/// Resolves this instance.
/// </summary>