TestimoX

API Reference

Class

DeviceInventoryQueryFailure

Namespace ComputerX.Devices
Assembly ComputerX
Modifiers sealed

Typed failure payload for device inventory queries.

Inheritance

  • Object
  • DeviceInventoryQueryFailure

Constructors

public DeviceInventoryQueryFailure() #

Properties

public DeviceInventoryQueryFailureCode Code { get; set; } #

Failure category.

public String ComputerName { get; set; } #

Target computer name when known.

public String Message { get; set; } #

Human-readable failure message.

public String ExceptionType { get; set; } #

CLR exception type name when available.

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

Exception HRESULT when available.