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
)
參數
title
型別:System.String對話方塊的標題。
message
型別:System.String對話方塊的訊息。
exception
型別:System.Exception基礎例外狀況。