FunctionBadDatePartException 类

定义

当日期函数收到错误的日期部分字符串时,将引发此异常

[System.Serializable]
public sealed class FunctionBadDatePartException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type FunctionBadDatePartException = class
    inherit DmfException
Public NotInheritable Class FunctionBadDatePartException
Inherits DmfException
继承
FunctionBadDatePartException
属性

构造函数

名称 说明
FunctionBadDatePartException()

基本构造函数

FunctionBadDatePartException(String, Exception)

基本构造函数

FunctionBadDatePartException(String)

为重复尝试注册同一程序集创建异常

属性

名称 说明
DmfExceptionType

异常类型

HelpLink

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

(继承自 DmfException)

方法

名称 说明
GetObjectData(SerializationInfo, StreamingContext)

序列化帮助程序

Init()

初始化实例属性

(继承自 DmfException)
SetHelpContext(String)

设置帮助上下文

(继承自 DmfException)

适用于