ExpressionNodeNotConfigurableOperatorException Clase

Definición

Esta excepción se produce cuando se intenta configurar una expresión que contiene operadores de expresión no configurables.

[System.Serializable]
public sealed class ExpressionNodeNotConfigurableOperatorException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type ExpressionNodeNotConfigurableOperatorException = class
    inherit DmfException
Public NotInheritable Class ExpressionNodeNotConfigurableOperatorException
Inherits DmfException
Herencia
ExpressionNodeNotConfigurableOperatorException
Atributos

Constructores

Nombre Description
ExpressionNodeNotConfigurableOperatorException()

Constructor

ExpressionNodeNotConfigurableOperatorException(String, Exception)

Constructor base

ExpressionNodeNotConfigurableOperatorException(String, String)

Constructor

ExpressionNodeNotConfigurableOperatorException(String)

Constructor

Propiedades

Nombre Description
DmfExceptionType

Tipo de excepción

Expression

Expression

HelpLink

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

(Heredado de DmfException)
Message

Mensaje

PropertyName

Nombre de propiedad que se va a establecer

Métodos

Nombre Description
GetObjectData(SerializationInfo, StreamingContext)

Asistente de serialización

Init()

Inicializa las propiedades de la instancia.

(Heredado de DmfException)
SetHelpContext(String)

Establecer contexto de ayuda

(Heredado de DmfException)

Se aplica a