다음을 통해 공유


IWebMatrixHost.ShowExceptionMessage 메서드

버전 2에 적용

예외 결과로 메시지를 표시합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Sub ShowExceptionMessage ( _
    title As String, _
    message As String, _
    exception As Exception _
)
‘사용 방법
Dim instance As IWebMatrixHost 
Dim title As String 
Dim message As String 
Dim exception As Exception

instance.ShowExceptionMessage(title, _
    message, exception)
void ShowExceptionMessage(
    string title,
    string message,
    Exception exception
)
void ShowExceptionMessage(
    String^ title, 
    String^ message, 
    Exception^ exception
)
abstract ShowExceptionMessage : 
        title:string * 
        message:string * 
        exception:Exception -> unit
function ShowExceptionMessage(
    title : String, 
    message : String, 
    exception : Exception
)

매개 변수

  • message
    유형: System.String

    대화 상자의 메시지입니다.

참고 항목

참조

IWebMatrixHost 인터페이스

Microsoft.WebMatrix.Extensibility 네임스페이스