TestimoX

API Reference

Class

LocalIdentityInventoryQueryFailure

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Typed failure payload for local identity inventory queries.

Inheritance

  • Object
  • LocalIdentityInventoryQueryFailure

Constructors

public LocalIdentityInventoryQueryFailure() #

Properties

public LocalIdentityInventoryQueryFailureCode Code { get; set; } #

Failure category.

public String ComputerName { get; set; } #

Target computer when known.

public String Message { get; set; } #

Human-readable failure message.

public String ExceptionType { get; set; } #

Exception CLR type name when available.

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

Exception HRESULT when available.