Метод 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Базовое исключение.