Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The exception that is thrown when a model element to be added to the store has the same moniker as another element already in the store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public NotInheritable Class AmbiguousMonikerException _
Inherits Exception
'Usage
Dim instance As AmbiguousMonikerException
public sealed class AmbiguousMonikerException : Exception
public ref class AmbiguousMonikerException sealed : public Exception
public final class AmbiguousMonikerException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.Modeling.AmbiguousMonikerException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
AmbiguousMonikerException Members
Microsoft.VisualStudio.Modeling Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |