SoapExceptionUtilities.GetSqlNumber Method

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

Syntax

'宣言
Public Shared Function GetSqlNumber ( _
    exception As SoapException _
) As Integer
public static int GetSqlNumber(
    SoapException exception
)
public:
static int GetSqlNumber(
    SoapException^ exception
)
static member GetSqlNumber : 
        exception:SoapException -> int 
public static function GetSqlNumber(
    exception : SoapException
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SoapExceptionUtilities Class

Microsoft.TeamFoundation.Common Namespace