TaskAgentExistsException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| TaskAgentExistsException(String) | |
| TaskAgentExistsException(SerializationInfo, StreamingContext) | |
| TaskAgentExistsException(String, Exception) |
TaskAgentExistsException(String)
public TaskAgentExistsException(string message);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAgentExistsException : string -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAgentExistsException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
TaskAgentExistsException(SerializationInfo, StreamingContext)
protected TaskAgentExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAgentExistsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAgentExistsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
TaskAgentExistsException(String, Exception)
public TaskAgentExistsException(string message, Exception innerException);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAgentExistsException : string * Exception -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAgentExistsException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception