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
- exception
Type: System.Web.Services.Protocols.SoapException
- name
Type: System.String
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.