CommonStructureServiceFaultCodes.ArgumentNullException Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ArgumentNullException As SoapFaultSubCode
public static SoapFaultSubCode ArgumentNullException { get; }
public:
static property SoapFaultSubCode^ ArgumentNullException {
SoapFaultSubCode^ get ();
}
static member ArgumentNullException : SoapFaultSubCode with get
static function get ArgumentNullException () : SoapFaultSubCode
Property Value
Type: System.Web.Services.Protocols.SoapFaultSubCode
Returns SoapFaultSubCode.
.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.