FunctionWrongArgumentTypeException Classe

Definição

Essa exceção é gerada quando a função recebe o argumento de tipo inesperado

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

Construtores

Nome Description
FunctionWrongArgumentTypeException()

Construtor base

FunctionWrongArgumentTypeException(String, Exception)

Construtor base

FunctionWrongArgumentTypeException(String, String, String)

Construtor

FunctionWrongArgumentTypeException(String)

Construtor base

Propriedades

Nome Description
DmfExceptionType

Tipo de exceção

ExpectedType

Nome do tipo esperado

FunctionName

Nome da função

HelpLink

gerará um link para o site de ajuda

(Herdado de DmfException)
Message

Message

ReceivedType

Nome do tipo recebido

Métodos

Nome Description
GetObjectData(SerializationInfo, StreamingContext)

Auxiliar de serialização

Init()

Inicializa as propriedades da instância

(Herdado de DmfException)
SetHelpContext(String)

Define o contexto de ajuda

(Herdado de DmfException)

Aplica-se a