TestimoX

API Reference

Class

PowerShellCommandQueryFailure

Namespace ComputerX.PowerShellRuntime
Assembly ComputerX
Modifiers sealed

Failure payload for PowerShell command execution.

Inheritance

  • Object
  • PowerShellCommandQueryFailure

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public PowerShellCommandQueryFailure() #

Properties

public PowerShellCommandQueryFailureCode Code { get; set; } #

Failure category.

public String Message { get; set; } #

Human-readable failure message.

public String RequestedHost { get; set; } #

Requested host when available.

public String ExceptionType { get; set; } #

CLR exception type when available.

public Nullable<Int32> HResult { get; set; } #

Exception HRESULT when available.