TestimoX

API Reference

Class

LdapToolQueryFailure

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Failure payload for typed LDAP query execution.

Inheritance

  • Object
  • LdapToolQueryFailure

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public LdapToolQueryFailureKind Kind { get; set; } #

Failure category.

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.