FunctionWrongArgumentTypeException 類別

定義

當函式收到異常型別的參數時,會拋出此例外

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

建構函式

名稱 Description
FunctionWrongArgumentTypeException()

基礎建構器

FunctionWrongArgumentTypeException(String, Exception)

基礎建構器

FunctionWrongArgumentTypeException(String, String, String)

建構函式

FunctionWrongArgumentTypeException(String)

基礎建構器

屬性

名稱 Description
DmfExceptionType

例外狀況類型

ExpectedType

預期型別名稱

FunctionName

函數名稱

HelpLink

將輸出幫助網站的連結

(繼承來源 DmfException)
Message

Message

ReceivedType

所接收的型號名稱

方法

名稱 Description
GetObjectData(SerializationInfo, StreamingContext)

序列化輔助工具

Init()

初始化實例屬性

(繼承來源 DmfException)
SetHelpContext(String)

集合說明上下文

(繼承來源 DmfException)

適用於