MergeAbortedException 类

定义

当用户中止对域模型进行合并操作时引发的异常。

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 类的新实例。

MergeAbortedException(String)

使用指定的错误消息初始化 MergeAbortedException 类的新实例。

MergeAbortedException(String, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用来初始化 MergeAbortedException 类的新实例。

适用于