Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Ninject
Infrastructure
Language
ExtensionsForTargetInvocationException
C# 클래스 Ninject.Infrastructure.Language.ExtensionsForTargetInvocationException
Provides extension methods for
TargetInvocationException
.
파일 보기
프로젝트 열기: ninject/Ninject
공개 메소드들
메소드
설명
RethrowInnerException
(
this
exception
) :
void
Re-throws inner exception.
메소드 상세
RethrowInnerException()
공개
정적인
메소드
Re-throws inner exception.
public
static
RethrowInnerException
(
this
exception
) :
void
exception
this
The
.
리턴
void