SoapExceptionUtilities.GetBaseExceptionName Method

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Shared Function GetBaseExceptionName ( _
    exception As SoapException _
) As String
public static string GetBaseExceptionName(
    SoapException exception
)
public:
static String^ GetBaseExceptionName(
    SoapException^ exception
)
static member GetBaseExceptionName : 
        exception:SoapException -> string
public static function GetBaseExceptionName(
    exception : SoapException
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

SoapExceptionUtilities Class

Microsoft.TeamFoundation.Common Namespace