FunctionWrongArgumentTypeException Clase

Definición

Esta excepción se produce cuando la función recibe el argumento de tipo inesperado.

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

Constructores

Nombre Description
FunctionWrongArgumentTypeException()

Constructor base

FunctionWrongArgumentTypeException(String, Exception)

Constructor base

FunctionWrongArgumentTypeException(String, String, String)

Constructor

FunctionWrongArgumentTypeException(String)

Constructor base

Propiedades

Nombre Description
DmfExceptionType

Tipo de excepción

ExpectedType

Nombre de tipo esperado

FunctionName

Nombre de la función

HelpLink

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

(Heredado de DmfException)
Message

Mensaje

ReceivedType

Nombre de tipo recibido

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