ValueMismatchPropertyException Class

Definition

Represents the exception to be used if the value of the property is wrong.

public ref class ValueMismatchPropertyException : Microsoft::SqlServer::Management::Data::PropertyException
[System.Serializable]
public class ValueMismatchPropertyException : Microsoft.SqlServer.Management.Data.PropertyException
[<System.Serializable>]
type ValueMismatchPropertyException = class
    inherit PropertyException
Public Class ValueMismatchPropertyException
Inherits PropertyException
Inheritance
ValueMismatchPropertyException
Attributes

Constructors

ValueMismatchPropertyException()

Initializes a new instance of the ValueMismatchPropertyException class with the default property values.

ValueMismatchPropertyException(ISfcProperty, Object, Object)

Initializes a new instance of the ValueMismatchPropertyException class with the specified property and values.

Properties

AssignedValue

Gets the assigned value of an object in PropertyException.

ExistingValue

Gets the current value of an object in PropertyException.

Property

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

(Inherited from PropertyException)

Applies to