IWebMatrixHost.ShowExceptionMessage メソッド
v2 に適用されます。
例外の結果としてメッセージを表示します。
名前空間: 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基になる例外。