TypeMismatchPropertyException 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 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
- 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. |