言語

StringPropertyTooLongException クラス

定義

この例外は、文字列プロパティに指定された値がそのプロパティの最大長より長い場合にスローされます

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

コンストラクター

名前 説明
StringPropertyTooLongException()

基本コンストラクター

StringPropertyTooLongException(String, Exception)

基本コンストラクター

StringPropertyTooLongException(String, Int32, Int32)

コンストラクター

StringPropertyTooLongException(String)

基本コンストラクター

プロパティ

名前 説明
CurrentLength

長すぎる現在のプロパティ値の長さ

DmfExceptionType

例外の種類

HelpLink

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

(継承元 DmfException)
MaxLength

型名

Message

メッセージ

PropertyName

NodeType 名

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

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

(継承元 DmfException)
SetHelpContext(String)

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

(継承元 DmfException)

適用対象