MergeAbortedException Class
Represents an exception that is thrown when a merge operation on a domain model is aborted by the user.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::Exception
Microsoft.VisualStudio.Modeling::ModelingException
Microsoft.VisualStudio.Modeling::MergeAbortedException
| Name | Description | |
|---|---|---|
![]() | MergeAbortedException() | Initializes a new instance of the MergeAbortedException class. |
![]() | MergeAbortedException(String^) | Initializes a new instance of the MergeAbortedException class with a specified error message. |
![]() | MergeAbortedException(String^, Exception^) | Initializes a new instance of the MergeAbortedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

