Aracılığıyla paylaş


TestCommandResult Class

Definition

Base class for the result objects.

[System.Serializable]
public abstract class TestCommandResult
[<System.Serializable>]
type TestCommandResult = class
Public MustInherit Class TestCommandResult
Inheritance
TestCommandResult
Derived
Attributes

Remarks

This class conditionally contains the Exception

Constructors

TestCommandResult()

The base class for other test command result classes to derive from. The only property in this class is Exception.

Properties

Exception

This property contains an exception representing the reason a test command faulted. It is not valid unless the corresponding TestCommandProgressState is Faulted.

Applies to