StringPropertyTooLongException Properties

 

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Properties

Name Description
System_CAPS_pubproperty CurrentLength

Gets the current length of the string property.

System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty DmfExceptionType

Gets the type of the exception when the string that is assigned to a property is too long.(Overrides DmfException.DmfExceptionType.)

System_CAPS_pubproperty HelpLink

Gets the help link for the exception.(Inherited from DmfException.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty MaxLength

Gets the maximum length that is allowed for the string property.

System_CAPS_pubproperty Message

Gets the displayed message when the string that is assigned to a property is too long.(Overrides Exception.Message.)

System_CAPS_pubproperty PropertyName

Gets the name of the property that generated the exception.

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

See Also

StringPropertyTooLongException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top