UnexpectedExitCodeException Constructor
Initializes a new instance of the UnexpectedExitCodeException class.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
toolName As String, _
successCode As Integer, _
exitCode As Integer _
)
public UnexpectedExitCodeException(
string toolName,
int successCode,
int exitCode
)
public:
UnexpectedExitCodeException(
String^ toolName,
int successCode,
int exitCode
)
new :
toolName:string *
successCode:int *
exitCode:int -> UnexpectedExitCodeException
public function UnexpectedExitCodeException(
toolName : String,
successCode : int,
exitCode : int
)
Parameters
toolName
Type: System.StringThe tool that exited.
successCode
Type: System.Int32The success code.
exitCode
Type: System.Int32The exit code.
.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
UnexpectedExitCodeException Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace