ErrorTestNodeStateProperty Constructors

Definition

Overloads

Name Description
ErrorTestNodeStateProperty()

Initializes a new instance of the ErrorTestNodeStateProperty class.

ErrorTestNodeStateProperty(String)

Initializes a new instance of the ErrorTestNodeStateProperty class.

ErrorTestNodeStateProperty(Exception, String)

Initializes a new instance of the ErrorTestNodeStateProperty class.

ErrorTestNodeStateProperty()

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 ErrorTestNodeStateProperty class.

public ErrorTestNodeStateProperty();
Public Sub New ()

Applies to

ErrorTestNodeStateProperty(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 ErrorTestNodeStateProperty class.

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

Parameters

explanation
String

Error explanation.

Applies to

ErrorTestNodeStateProperty(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 ErrorTestNodeStateProperty class.

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

Parameters

exception
Exception

Error exception.

explanation
String

Error explanation.

Applies to