다음을 통해 공유


ExceptionDetail(Exception) 생성자

정의

예외에서 ExceptionDetail 클래스의 새 인스턴스를 초기화합니다.

public:
 ExceptionDetail(Exception ^ exception);
public ExceptionDetail (Exception exception);
new System.ServiceModel.ExceptionDetail : Exception -> System.ServiceModel.ExceptionDetail
Public Sub New (exception As Exception)

매개 변수

exception
Exception

ExceptionDetail 개체로 serialize될 예외입니다.

예외

exception 매개 변수가 null인 경우

설명

도움말 링크, 메시지, 스택 추적 및 형식 이름 정보가 추출되어 의 해당 속성에 ExceptionDetail추가됩니다.

적용 대상