Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Method is obsolete")> _
Public Shared Function IsFromArgumentException ( _
se As SoapException _
) As Boolean
[ObsoleteAttribute("Method is obsolete")]
public static bool IsFromArgumentException(
SoapException se
)
[ObsoleteAttribute(L"Method is obsolete")]
public:
static bool IsFromArgumentException(
SoapException^ se
)
[<ObsoleteAttribute("Method is obsolete")>]
static member IsFromArgumentException :
se:SoapException -> bool
public static function IsFromArgumentException(
se : SoapException
) : boolean
Parameters
Return Value
Type: System.Boolean
.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.