FunctionWrongArgumentTypeException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当函数接收意外类型的参数时,将引发此异常
public sealed class FunctionWrongArgumentTypeException : Microsoft.SqlServer.Management.Dmf.DmfException
type FunctionWrongArgumentTypeException = class
inherit DmfException
Public NotInheritable Class FunctionWrongArgumentTypeException
Inherits DmfException
- 继承
构造函数
属性
| 名称 | 说明 |
|---|---|
| DmfExceptionType |
异常类型 |
| ExpectedType |
预期类型名称 |
| FunctionName |
函数名称 |
| HelpLink |
将输出指向帮助网站的链接 (继承自 DmfException) |
| Message |
消息 |
| ReceivedType |
接收的类型名称 |
方法
| 名称 | 说明 |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
序列化帮助程序 |
| Init() |
初始化实例属性 (继承自 DmfException) |
| SetHelpContext(String) |
设置帮助上下文 (继承自 DmfException) |