TestimoX

API Reference

Class

CurrentIdentityQueryFailure

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Failure payload for current identity queries.

Inheritance

  • Object
  • CurrentIdentityQueryFailure

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

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.