Share via


QuotaExceededException Constructor

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    quotaName As String, _
    quotaValue As Integer, _
    hardCap As Integer _
)
public QuotaExceededException(
    string quotaName,
    int quotaValue,
    int hardCap
)
public:
QuotaExceededException(
    String^ quotaName, 
    int quotaValue, 
    int hardCap
)
new : 
        quotaName:string * 
        quotaValue:int * 
        hardCap:int -> QuotaExceededException
public function QuotaExceededException(
    quotaName : String, 
    quotaValue : int, 
    hardCap : int
)

Parameters

.NET Framework Security

See Also

Reference

QuotaExceededException Class

Microsoft.TeamFoundation.Framework.Server Namespace