Skip to main content

AmbiguousMatchException

  • Namespace: PPDS.Auth.Discovery
  • Assembly: PPDS.Auth
  • Kind: Class
  • Base: Exception
  • Implements: ISerializable

Summary

Exception thrown when multiple environments match a given identifier. For example, when searching by display name and multiple environments have similar names.

Members

Constructors

AmbiguousMatchException(string message)

AmbiguousMatchException(string message)

Creates a new AmbiguousMatchException.

  • Param message: A message describing which environments matched ambiguously.