Bearbeiten

EndpointNotFoundException Constructors

Definition

Overloads

EndpointNotFoundException(String)

public EndpointNotFoundException(string message);
new Microsoft.TeamFoundation.DistributedTask.WebApi.EndpointNotFoundException : string -> Microsoft.TeamFoundation.DistributedTask.WebApi.EndpointNotFoundException
Public Sub New (message As String)

Parameters

message
String

Applies to

EndpointNotFoundException(String, Exception)

public EndpointNotFoundException(string message, Exception innerException);
new Microsoft.TeamFoundation.DistributedTask.WebApi.EndpointNotFoundException : string * Exception -> Microsoft.TeamFoundation.DistributedTask.WebApi.EndpointNotFoundException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to