OperatorNotApplicableException Clase

Definición

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

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

Constructores

Nombre Description
OperatorNotApplicableException()

Constructor base

OperatorNotApplicableException(String, Exception)

Constructor base

OperatorNotApplicableException(String, String)

Constructor

OperatorNotApplicableException(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

Operator

Nombre del operador

Type

Nombre de tipo

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