MergeAbortedException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当用户中止对域模型进行合并操作时引发的异常。
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
- 继承
- 属性
构造函数
| MergeAbortedException() |
初始化 MergeAbortedException 类的新实例。 |
| MergeAbortedException(String) |
使用指定的错误消息初始化 MergeAbortedException 类的新实例。 |
| MergeAbortedException(String, Exception) |
使用指定的错误消息和对导致此异常的内部异常的引用来初始化 MergeAbortedException 类的新实例。 |