TooManyLogsException Constructor
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
log As String, _
number As Integer _
)
public TooManyLogsException(
string log,
int number
)
public:
TooManyLogsException(
String^ log,
int number
)
new :
log:string *
number:int -> TooManyLogsException
public function TooManyLogsException(
log : String,
number : int
)
Parameters
- log
Type: System.String
- number
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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace