다음을 통해 공유


BaseDataBoundControlDesigner.GetErrorDesignTimeHtml(Exception) 메서드

정의

오류가 발생했을 때 디자인 타임에 컨트롤을 렌더링하는 데 사용하는 태그를 제공합니다.

protected:
 override System::String ^ GetErrorDesignTimeHtml(Exception ^ e);
protected override string GetErrorDesignTimeHtml (Exception e);
override this.GetErrorDesignTimeHtml : Exception -> string
Protected Overrides Function GetErrorDesignTimeHtml (e As Exception) As String

매개 변수

e
Exception

throw된 Exception 입니다.

반환

오류가 발생했을 때 디자인 타임에 컨트롤을 렌더링하는 데 사용하는 태그입니다.

설명

오류 디자인 타임 컨트롤 형식 이름, 컨트롤 이름 및 오류를 설명 하는 메시지를 포함 하는 자리 표시자로 렌더링 합니다.

적용 대상

추가 정보