Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents an exception that is thrown when a merge operation on a domain model is aborted by the user.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class MergeAbortedException _
Inherits ModelingException
'Usage
Dim instance As MergeAbortedException
[SerializableAttribute]
public sealed class MergeAbortedException : ModelingException
[SerializableAttribute]
public ref class MergeAbortedException sealed : public ModelingException
public final class MergeAbortedException extends ModelingException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.Modeling.ModelingException
Microsoft.VisualStudio.Modeling.MergeAbortedException
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.