AccountUserNotFoundException Constructor (String, String)
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
userId As String, _
accountId As String _
)
public AccountUserNotFoundException(
string userId,
string accountId
)
public:
AccountUserNotFoundException(
String^ userId,
String^ accountId
)
new :
userId:string *
accountId:string -> AccountUserNotFoundException
public function AccountUserNotFoundException(
userId : String,
accountId : String
)
Parameters
- userId
Type: System.String
- accountId
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.
See Also
Reference
AccountUserNotFoundException Class