StringLengthValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the StringLengthValidationException class.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New StringLengthValidationException()
public StringLengthValidationException()
public:
StringLengthValidationException()
public function StringLengthValidationException()
Remarks
StringLengthValidationException is thrown when an attempt is made to save an entity and at least one string property of that entity is not within the allowed length.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
StringLengthValidationException Class
StringLengthValidationException Members