Lenguaje

PropertyTypeMismatchException Clase

Definición

Excepción que se produce si se asigna un valor del tipo incorrecto a una propiedad .

[System.Serializable]
public sealed class PropertyTypeMismatchException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type PropertyTypeMismatchException = class
    inherit SmoException
Public NotInheritable Class PropertyTypeMismatchException
Inherits SmoException
Herencia
PropertyTypeMismatchException
Atributos

Constructores

Nombre Description
PropertyTypeMismatchException()

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(String)

Constructor del Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.

Propiedades

Nombre Description
ExpectedType

Excepción que se produce si se asigna un valor del tipo incorrecto a una propiedad .

HelpLink

Obtiene un vínculo como cadena para el sitio web de soporte técnico.

(Heredado de SmoException)
Message

Obtiene el mensaje de la excepción como cadena.

PropertyName

Excepción que se produce si se asigna un valor del tipo incorrecto a una propiedad .

ReceivedType

Excepción que se produce si se asigna un valor del tipo incorrecto a una propiedad .

SmoExceptionType

Obtiene el tipo de excepción de T:Microsoft. Enumeración SqlServer.Management.Smo.SmoExceptionType.

Métodos

Nombre Description
GetObjectData(SerializationInfo, StreamingContext)

Método auxiliar de serialización.

SetHelpContext(String)

Excepción que se produce si se asigna un valor del tipo incorrecto a una propiedad .

(Heredado de SmoException)

Se aplica a