共用方式為


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
)

參數

請參閱

參考

IWebMatrixHost 介面

Microsoft.WebMatrix.Extensibility 命名空間