Share via


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

.NET Framework Security

See Also

Reference

AccountQuantityException Class

AccountQuantityException Overload

Microsoft.VisualStudio.Services.Commerce Namespace