C# Class Ninject.Infrastructure.Language.ExtensionsForTargetInvocationException

Provides extension methods for TargetInvocationException.
Mostrar archivo Open project: ninject/Ninject

Public Methods

Method Description
RethrowInnerException ( this exception ) : void

Re-throws inner exception.

Method Details

RethrowInnerException() public static method

Re-throws inner exception.
public static RethrowInnerException ( this exception ) : void
exception this The .
return void