CancelledTestNodeStateProperty Constructors

Definition

Overloads

Name Description
CancelledTestNodeStateProperty()

Initializes a new instance of the CancelledTestNodeStateProperty class.

CancelledTestNodeStateProperty(String)

Initializes a new instance of the CancelledTestNodeStateProperty class.

CancelledTestNodeStateProperty(Exception, String)

Initializes a new instance of the CancelledTestNodeStateProperty class.

CancelledTestNodeStateProperty()

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeStateProperties.cs

Initializes a new instance of the CancelledTestNodeStateProperty class.

public CancelledTestNodeStateProperty();
Public Sub New ()

Applies to

CancelledTestNodeStateProperty(String)

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeStateProperties.cs

Initializes a new instance of the CancelledTestNodeStateProperty class.

public CancelledTestNodeStateProperty(string explanation);
new Microsoft.Testing.Platform.Extensions.Messages.CancelledTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.CancelledTestNodeStateProperty
Public Sub New (explanation As String)

Parameters

explanation
String

Cancellation explanation.

Applies to

CancelledTestNodeStateProperty(Exception, String)

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeStateProperties.cs

Initializes a new instance of the CancelledTestNodeStateProperty class.

public CancelledTestNodeStateProperty(Exception exception, string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.CancelledTestNodeStateProperty : Exception * string -> Microsoft.Testing.Platform.Extensions.Messages.CancelledTestNodeStateProperty
Public Sub New (exception As Exception, Optional explanation As String = Nothing)

Parameters

exception
Exception

Cancellation exception.

explanation
String

Cancellation explanation.

Applies to