DuplicatePropertyException 类

定义

表示在出现重复时引发的属性中的异常。

public ref class DuplicatePropertyException : Microsoft::SqlServer::Management::Data::PropertyException
[System.Serializable]
public class DuplicatePropertyException : Microsoft.SqlServer.Management.Data.PropertyException
[<System.Serializable>]
type DuplicatePropertyException = class
    inherit PropertyException
Public Class DuplicatePropertyException
Inherits PropertyException
继承
DuplicatePropertyException
属性

构造函数

DuplicatePropertyException(ISfcProperty)

使用指定的属性信息初始化 DuplicatePropertyException 类的新实例。

属性

Property

获取键/值对的集合,这些键/值对提供有关该异常的其他用户定义信息。

(继承自 PropertyException)

适用于