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