PropertyTypeMismatchException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| PropertyTypeMismatchException() |
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String) |
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String, Exception) |
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String, String, String) |
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
PropertyTypeMismatchException()
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException();
Public Sub New ()
Se aplica a
PropertyTypeMismatchException(String)
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string message);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (message As String)
Parámetros
- message
- String
Mensaje de la excepción como cadena.
Se aplica a
PropertyTypeMismatchException(String, Exception)
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (message As String, innerException As Exception)
Parámetros
- message
- String
Mensaje de la excepción como cadena.
- innerException
- Exception
Instancia de T:System.Exception que provocó la excepción actual.
Se aplica a
PropertyTypeMismatchException(String, String, String)
Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string propertyName, string receivedType, string expectedType);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string * string * string -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (propertyName As String, receivedType As String, expectedType As String)
Parámetros
- propertyName
- String
Propiedad que no coincide.
- receivedType
- String
Tipo incorrecto recibido para la propiedad .
- expectedType
- String
El tipo de error esperado para la propiedad.