FunctionWrongArgumentsNumberException 类

定义

当函数收到意外数量的参数时,将引发此异常

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

构造函数

名称 说明
FunctionWrongArgumentsNumberException()

基本构造函数

FunctionWrongArgumentsNumberException(String, Exception)

基本构造函数

FunctionWrongArgumentsNumberException(String, Int32, Int32)

构造函数

FunctionWrongArgumentsNumberException(String)

基本构造函数

属性

名称 说明
DmfExceptionType

异常类型

ExpectedCount

预期参数数

FunctionName

函数名称

HelpLink

将输出指向帮助网站的链接

(继承自 DmfException)
Message

消息

ReceivedCount

接收的参数数

方法

名称 说明
GetObjectData(SerializationInfo, StreamingContext)

序列化帮助程序

Init()

初始化实例属性

(继承自 DmfException)
SetHelpContext(String)

设置帮助上下文

(继承自 DmfException)

适用于