MessageBoxServiceBase.ShowException 方法

命名空间:  Microsoft.TeamFoundation.MVVM
程序集:  Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)

语法

声明
Public Overridable Function ShowException ( _
    exception As Exception, _
    caption As String _
) As MessageBoxResult
public virtual MessageBoxResult ShowException(
    Exception exception,
    string caption
)

参数

返回值

类型:System.Windows.MessageBoxResult
返回 MessageBoxResult

实现

IMessageBoxService.ShowException(Exception, String)

.NET Framework 安全性

请参见

参考

MessageBoxServiceBase 类

Microsoft.TeamFoundation.MVVM 命名空间