FunctionWrongArgumentsNumberException 類別

定義

當函式收到意外數量的參數時,會拋出此例外

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

建構函式

名稱 Description
FunctionWrongArgumentsNumberException()

基礎建構器

FunctionWrongArgumentsNumberException(String, Exception)

基礎建構器

FunctionWrongArgumentsNumberException(String, Int32, Int32)

建構函式

FunctionWrongArgumentsNumberException(String)

基礎建構器

屬性

名稱 Description
DmfExceptionType

例外狀況類型

ExpectedCount

期望參數數

FunctionName

函式名稱

HelpLink

將輸出幫助網站的連結

(繼承來源 DmfException)
Message

Message

ReceivedCount

收到的論數

方法

名稱 Description
GetObjectData(SerializationInfo, StreamingContext)

序列化輔助工具

Init()

初始化實例屬性

(繼承來源 DmfException)
SetHelpContext(String)

集合說明上下文

(繼承來源 DmfException)

適用於