Bearbeiten

Freigeben über


EnvironmentNotFoundException Constructors

Definition

Overloads

EnvironmentNotFoundException(String)

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

Parameters

message
String

Applies to

EnvironmentNotFoundException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to