Share via


SoapExceptionUtilities.GetExceptionMessage Method

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

Syntax

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

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

SoapExceptionUtilities Class

Microsoft.TeamFoundation.Common Namespace