MergeAbortedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when merge operation on a domain model is aborted by the user.
public ref class MergeAbortedException sealed : Microsoft::VisualStudio::Modeling::ModelingException
[System.Serializable]
public sealed class MergeAbortedException : Microsoft.VisualStudio.Modeling.ModelingException
[<System.Serializable>]
type MergeAbortedException = class
inherit ModelingException
Public NotInheritable Class MergeAbortedException
Inherits ModelingException
- Inheritance
- Attributes
Constructors
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. |