ExpressionTypeMistmatchException Clase

Definición

Esta excepción se produce cuando los argumentos del operador tienen tipos incompatibles.

public sealed class ExpressionTypeMistmatchException : Microsoft.SqlServer.Management.Dmf.DmfException
type ExpressionTypeMistmatchException = class
    inherit DmfException
Public NotInheritable Class ExpressionTypeMistmatchException
Inherits DmfException
Herencia
ExpressionTypeMistmatchException

Constructores

Nombre Description
ExpressionTypeMistmatchException()

Constructor base

ExpressionTypeMistmatchException(String, Exception)

Constructor base

ExpressionTypeMistmatchException(String, String)

Constructor

ExpressionTypeMistmatchException(String)

Constructor base

Propiedades

Nombre Description
DmfExceptionType

Tipo de excepción

HelpLink

generará un vínculo al sitio web de ayuda.

(Heredado de DmfException)
Message

Mensaje

TypeLeft

Nombre del tipo de operando izquierdo

TypeRight

Nombre del tipo de operando derecho

Métodos

Nombre Description
Init()

Inicializa las propiedades de la instancia.

(Heredado de DmfException)
SetHelpContext(String)

Establecer contexto de ayuda

(Heredado de DmfException)

Se aplica a