MessageBoxServiceBase.ShowException Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Overridable Function ShowException ( _
    exception As Exception, _
    caption As String _
) As MessageBoxResult
public virtual MessageBoxResult ShowException(
    Exception exception,
    string caption
)
public:
virtual MessageBoxResult ShowException(
    Exception^ exception, 
    String^ caption
)
abstract ShowException : 
        exception:Exception * 
        caption:string -> MessageBoxResult  
override ShowException : 
        exception:Exception * 
        caption:string -> MessageBoxResult
public function ShowException(
    exception : Exception, 
    caption : String
) : MessageBoxResult

Parameters

Return Value

Type: System.Windows.MessageBoxResult
Returns MessageBoxResult.

Implements

IMessageBoxService.ShowException(Exception, String)

.NET Framework Security

See Also

Reference

MessageBoxServiceBase Class

Microsoft.TeamFoundation.MVVM Namespace