C# Class Ninject.Infrastructure.Language.ExtensionsForTargetInvocationException

Provides extension methods for TargetInvocationException.
Afficher le fichier Open project: ninject/Ninject

Méthodes publiques

Méthode Description
RethrowInnerException ( this exception ) : void

Re-throws inner exception.

Method Details

RethrowInnerException() public static méthode

Re-throws inner exception.
public static RethrowInnerException ( this exception ) : void
exception this The .
Résultat void