BasicAuthPasswordChangeLimitException Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
limit As Integer, _
interval As TimeSpan _
)
public BasicAuthPasswordChangeLimitException(
int limit,
TimeSpan interval
)
public:
BasicAuthPasswordChangeLimitException(
int limit,
TimeSpan interval
)
new :
limit:int *
interval:TimeSpan -> BasicAuthPasswordChangeLimitException
public function BasicAuthPasswordChangeLimitException(
limit : int,
interval : TimeSpan
)
Parameters
- limit
Type: System.Int32
- interval
Type: System.TimeSpan
.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.