StandardErrorProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| StandardErrorProperty(StandardErrorProperty) | |
| StandardErrorProperty(String) |
Initializes a new instance of the StandardErrorProperty class. |
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
- original
- StandardErrorProperty
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.