AccountQuantityException Constructor (String, Int32)
Namespace: Microsoft.VisualStudio.Services.Commerce
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
errorNumber As Integer _
)
public AccountQuantityException(
string message,
int errorNumber
)
public:
AccountQuantityException(
String^ message,
int errorNumber
)
new :
message:string *
errorNumber:int -> AccountQuantityException
public function AccountQuantityException(
message : String,
errorNumber : int
)
Parameters
- message
Type: System.String
- errorNumber
Type: System.Int32
.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
AccountQuantityException Class