TypeMismatchPropertyException Class

Definition

Represents the exception that is thrown in the property when errors occurred.

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

Constructors

TypeMismatchPropertyException()

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

TypeMismatchPropertyException(ISfcProperty, Type)

Initializes a new instance of the TypeMismatchPropertyException class with the specified property and type.

Properties

Property

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

(Inherited from PropertyException)
Type

Gets the current type in the PropertyException.

Applies to