Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
<ObsoleteAttribute("Method is obsolete")> _
Public Shared Sub ShowErrorDialog ( _
owner As IWin32Window, _
e As SoapException _
)
[ObsoleteAttribute("Method is obsolete")]
public static void ShowErrorDialog(
IWin32Window owner,
SoapException e
)
[ObsoleteAttribute(L"Method is obsolete")]
public:
static void ShowErrorDialog(
IWin32Window^ owner,
SoapException^ e
)
[<ObsoleteAttribute("Method is obsolete")>]
static member ShowErrorDialog :
owner:IWin32Window *
e:SoapException -> unit
public static function ShowErrorDialog(
owner : IWin32Window,
e : SoapException
)
Parameters
- owner
Type: System.Windows.Forms.IWin32Window
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.