Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
changes DisplayLoaderExceptionsOnConsole method from static to instance
Browse files Browse the repository at this point in the history
  • Loading branch information
tadams1138 committed Apr 11, 2016
1 parent 83481bb commit bb2bdf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private void DisplayExceptionOnConsole(Exception e)
this.ExitCode = ApplicationExitCode.RuntimeError;
}

private static void DisplayLoaderExceptionsOnConsole(ReflectionTypeLoadException e)
private void DisplayLoaderExceptionsOnConsole(ReflectionTypeLoadException e)
{
foreach (var loaderException in e.LoaderExceptions)
{
Expand Down

0 comments on commit bb2bdf9

Please sign in to comment.