TaskJsonNotFoundException Constructors
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.
TaskJsonNotFoundException(String) | |
TaskJsonNotFoundException(SerializationInfo, StreamingContext) | |
TaskJsonNotFoundException(String, Exception) |
C#
public TaskJsonNotFoundException (string message);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskJsonNotFoundException : string -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskJsonNotFoundException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
Azure DevOps Services .NET SDK latest a Azure DevOps Services .NET SDK preview
Produkt | Verzie |
---|---|
Azure DevOps Services .NET SDK | preview, latest |
C#
protected TaskJsonNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskJsonNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskJsonNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
Azure DevOps Services .NET SDK latest a Azure DevOps Services .NET SDK preview
Produkt | Verzie |
---|---|
Azure DevOps Services .NET SDK | preview, latest |
C#
public TaskJsonNotFoundException (string message, Exception ex);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskJsonNotFoundException : string * Exception -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskJsonNotFoundException
Public Sub New (message As String, ex As Exception)
Parameters
- message
- String
- ex
- Exception
Applies to
Azure DevOps Services .NET SDK latest a Azure DevOps Services .NET SDK preview
Produkt | Verzie |
---|---|
Azure DevOps Services .NET SDK | preview, latest |