SoapExceptionUtilities.GetExceptionMessage Method

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

Syntax

'宣言
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