StringPropertyTooLongException Class

Definition

This exception gets thrown when value specified for a string property is longer than maximum length for that property

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

Constructors

StringPropertyTooLongException()

Base constructor

StringPropertyTooLongException(String)

Base constructor

StringPropertyTooLongException(String, Exception)

Base constructor

StringPropertyTooLongException(String, Int32, Int32)

Constructor

Properties

CurrentLength

Length of current property value that is too long

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
MaxLength

Type name

Message

Message

PropertyName

NodeType name

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to