TestCommandResult Class
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.
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
Azure SDK for .NET