다음을 통해 공유


WrappedException.CreateAndRethrow(Exception) 메서드

정의

클래스의 WrappedException 새 instance 만들고 제공된 예외의 스택 추적을 사용하여 다시 생성합니다.

public static void CreateAndRethrow (Exception exception);
static member CreateAndRethrow : Exception -> unit
Public Shared Sub CreateAndRethrow (exception As Exception)

매개 변수

exception
Exception

예외입니다.

적용 대상