TimeoutTestNodeStateProperty 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 |
|---|---|
| TimeoutTestNodeStateProperty() |
Initializes a new instance of the TimeoutTestNodeStateProperty class. |
| TimeoutTestNodeStateProperty(String) |
Initializes a new instance of the TimeoutTestNodeStateProperty class. |
| TimeoutTestNodeStateProperty(Exception, String) |
Initializes a new instance of the TimeoutTestNodeStateProperty class. |
TimeoutTestNodeStateProperty()
- 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 TimeoutTestNodeStateProperty class.
public TimeoutTestNodeStateProperty();
Public Sub New ()
Applies to
TimeoutTestNodeStateProperty(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 TimeoutTestNodeStateProperty class.
public TimeoutTestNodeStateProperty(string explanation);
new Microsoft.Testing.Platform.Extensions.Messages.TimeoutTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.TimeoutTestNodeStateProperty
Public Sub New (explanation As String)
Parameters
- explanation
- String
Timeout explanation.
Applies to
TimeoutTestNodeStateProperty(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 TimeoutTestNodeStateProperty class.
public TimeoutTestNodeStateProperty(Exception exception, string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.TimeoutTestNodeStateProperty : Exception * string -> Microsoft.Testing.Platform.Extensions.Messages.TimeoutTestNodeStateProperty
Public Sub New (exception As Exception, Optional explanation As String = Nothing)
Parameters
- exception
- Exception
Timeout exception.
- explanation
- String
Timeout explanation.