StandardErrorProperty Constructors

Definition

Overloads

StandardErrorProperty(StandardErrorProperty)

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
protected StandardErrorProperty(Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty original);
Protected Sub New (original As StandardErrorProperty)

Parameters

Applies to

StandardErrorProperty(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:
OutputProperties.cs

Initializes a new instance of the StandardErrorProperty class.

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

Parameters

StandardErrorstandardError
String

The standard error.

Applies to