DuplicatePropertyException 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.
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
- 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) |