SoapExceptionUtilities.GetDetailAttribute Method

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

Syntax

'宣言
Public Shared Function GetDetailAttribute ( _
    exception As SoapException, _
    name As String _
) As String
public static string GetDetailAttribute(
    SoapException exception,
    string name
)
public:
static String^ GetDetailAttribute(
    SoapException^ exception, 
    String^ name
)
static member GetDetailAttribute : 
        exception:SoapException * 
        name:string -> string 
public static function GetDetailAttribute(
    exception : SoapException, 
    name : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

SoapExceptionUtilities Class

Microsoft.TeamFoundation.Common Namespace