FunctionWrongArgumentTypeException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當函式收到異常型別的參數時,會拋出此例外
public sealed class FunctionWrongArgumentTypeException : Microsoft.SqlServer.Management.Dmf.DmfException
type FunctionWrongArgumentTypeException = class
inherit DmfException
Public NotInheritable Class FunctionWrongArgumentTypeException
Inherits DmfException
- 繼承
建構函式
屬性
| 名稱 | Description |
|---|---|
| DmfExceptionType |
例外狀況類型 |
| ExpectedType |
預期型別名稱 |
| FunctionName |
函數名稱 |
| HelpLink |
將輸出幫助網站的連結 (繼承來源 DmfException) |
| Message |
Message |
| ReceivedType |
所接收的型號名稱 |
方法
| 名稱 | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
序列化輔助工具 |
| Init() |
初始化實例屬性 (繼承來源 DmfException) |
| SetHelpContext(String) |
集合說明上下文 (繼承來源 DmfException) |