TestimoX

API Reference

Class

CurrentIdentityQueryFailure

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Failure payload for current identity queries.

Inheritance

  • Object
  • CurrentIdentityQueryFailure

Constructors

public CurrentIdentityQueryFailure() #

Properties

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