言語

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

は、ヘルプ Web サイトへのリンクを出力します

(継承元 DmfException)

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

インスタンスのプロパティを初期化します。

(継承元 DmfException)
SetHelpContext(String)

ヘルプ コンテキストを設定する

(継承元 DmfException)

適用対象