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
- 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.