FunctionWrongArgumentTypeException Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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) |