TestimoX

API Reference

Class

PowerShellCommandQueryFailure

Namespace ComputerX.PowerShellRuntime
Assembly ComputerX
Modifiers sealed

Failure payload for PowerShell command execution.

Inheritance

  • Object
  • PowerShellCommandQueryFailure

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.