TestimoX

API Reference

Class

LdapToolQueryFailure

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Failure payload for typed LDAP query execution.

Inheritance

  • Object
  • LdapToolQueryFailure

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.