FunctionWrongArgumentTypeException Class

Definition

This exception gets thrown when function receives argument of unexpected type

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

Constructors

FunctionWrongArgumentTypeException()

Base constructor

FunctionWrongArgumentTypeException(String)

Base constructor

FunctionWrongArgumentTypeException(String, Exception)

Base constructor

FunctionWrongArgumentTypeException(String, String, String)

Constructor

Properties

DmfExceptionType

Exception Type

ExpectedType

Expected type name

FunctionName

Function Name

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

ReceivedType

Received type name

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to