AmbiguousMonikerException Class

Definition

This exception is thrown when two elements in the store are giving the same moniker.

public ref class AmbiguousMonikerException sealed : Exception
public sealed class AmbiguousMonikerException : Exception
type AmbiguousMonikerException = class
    inherit Exception
Public NotInheritable Class AmbiguousMonikerException
Inherits Exception
Inheritance
AmbiguousMonikerException

Properties

Element

Returns ModelElement which current gives the ambiguous moniker.

Moniker

Returns the moniker that is ambiguous.

Applies to