Compartir a través de


ExpressionTypeMistmatchException Clase

The ExpressionTypeMismatchException class is an exception that is raised when the types in the expression do not match.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class ExpressionTypeMistmatchException _
    Inherits DmfException
'Uso
Dim instance As ExpressionTypeMistmatchException
[SerializableAttribute]
public sealed class ExpressionTypeMistmatchException : DmfException
[SerializableAttribute]
public ref class ExpressionTypeMistmatchException sealed : public DmfException
[<SealedAttribute>]
[<SerializableAttribute>]
type ExpressionTypeMistmatchException =  
    class
        inherit DmfException
    end
public final class ExpressionTypeMistmatchException extends DmfException

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
        Microsoft.SqlServer.Management.Dmf..::..ExpressionTypeMistmatchException

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.