ChangePasswordDesigner.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입니다.

반환

지정된 예외에 관한 정보가 들어가는 자리 표시자에 대한 태그입니다.

설명

자리 표시자는 형식 및 컨트롤 이름, 오류 메시지를 포함 하며 Message 와 연결 된 속성을 e 매개 변수입니다.

적용 대상

추가 정보