DuplicatePropertyException Class

Definition

Represents the exception in the property if duplication occurred.

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
Inheritance
DuplicatePropertyException
Attributes

Constructors

DuplicatePropertyException(ISfcProperty)

Initializes a new instance of the DuplicatePropertyException class with the specified property information.

Properties

Property

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

(Inherited from PropertyException)

Applies to