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 命名空间