次の方法で共有


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
)

パラメーター

  • message
    型: System.String

    ダイアログのメッセージ。

関連項目

参照

IWebMatrixHost インターフェイス

Microsoft.WebMatrix.Extensibility 名前空間