Edit

RequestBlockedException Constructors

Definition

Overloads

RequestBlockedException(String)

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

Parameters

message
String

Applies to

RequestBlockedException(String, Exception)

public RequestBlockedException(string message, Exception ex);
new Microsoft.TeamFoundation.TestManagement.WebApi.RequestBlockedException : string * Exception -> Microsoft.TeamFoundation.TestManagement.WebApi.RequestBlockedException
Public Sub New (message As String, ex As Exception)

Parameters

message
String

Applies to