TestimoX

API Reference

Class

FeatureInventoryQueryFailure

Namespace ComputerX.Features
Assembly ComputerX
Modifiers sealed

Typed failure payload for feature inventory queries.

Inheritance

  • Object
  • FeatureInventoryQueryFailure

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

Accepted by parameters

Constructors

public FeatureInventoryQueryFailure() #

Properties

public FeatureInventoryQueryFailureCode 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.