StringPropertyTooLongException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
StringPropertyTooLongException() |
Base constructor |
StringPropertyTooLongException(String, Exception) |
Base constructor |
StringPropertyTooLongException(String, Int32, Int32) |
Constructor |
StringPropertyTooLongException(String) |
Base 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) |