TestimoX

API Reference

Class

SystemRuntimeQueryFailure

Namespace ComputerX.Runtime
Assembly ComputerX
Modifiers sealed

Failure payload for system runtime queries.

Inheritance

  • Object
  • SystemRuntimeQueryFailure

Constructors

public SystemRuntimeQueryFailure() #

Properties

public SystemRuntimeQueryFailureCode Code { get; set; } #

Failure category.

public String Message { get; set; } #

Human-readable failure message.

public String ExceptionType { get; set; } #

CLR exception type when available.

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

Exception HRESULT when available.