AgentTimeoutException Constructor
Initializes a new instance of the AgentTimeoutException class.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
Public Sub New ( _
message As String _
)
public AgentTimeoutException(
string message
)
public:
AgentTimeoutException(
String^ message
)
new :
message:string -> AgentTimeoutException
public function AgentTimeoutException(
message : String
)
Parameters
- message
Type: System.String
A user-readable message describing the error.
.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