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
- quotaName
Type: System.String
- quotaValue
Type: System.Int32
- hardCap
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.