Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Ninject
Infrastructure
Language
ExtensionsForTargetInvocationException
C# Class Ninject.Infrastructure.Language.ExtensionsForTargetInvocationException
Provides extension methods for
TargetInvocationException
.
ファイルを表示
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