Share via


IStatusHandler.ShowException Method

Shows an exception in the form appropriate for the host

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

Syntax

'Declaration
Sub ShowException ( _
    exception As Exception _
)
void ShowException(
    Exception exception
)
void ShowException(
    Exception^ exception
)
abstract ShowException : 
        exception:Exception -> unit
function ShowException(
    exception : Exception
)

Parameters

.NET Framework Security

See Also

Reference

IStatusHandler Interface

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace