FunctionWrongArgumentsNumberException Class

Definition

This exception gets thrown when function receives unexpected number of arguments

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

Constructors

FunctionWrongArgumentsNumberException()

Base constructor

FunctionWrongArgumentsNumberException(String)

Base constructor

FunctionWrongArgumentsNumberException(String, Exception)

Base constructor

FunctionWrongArgumentsNumberException(String, Int32, Int32)

Constructor

Properties

DmfExceptionType

Exception Type

ExpectedCount

Expected number of arguments

FunctionName

Function name

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

ReceivedCount

Received number of arguments

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to