StringLengthValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the StringLengthValidationException class.
Overload List
Name | Description | |
---|---|---|
StringLengthValidationException()()() | Initializes a new instance of the StringLengthValidationException class. | |
StringLengthValidationException(String) | Initializes a new instance of the StringLengthValidationException class with the specified error message. | |
StringLengthValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the StringLengthValidationException class with the specified serialization and streaming context information. | |
StringLengthValidationException(String, Exception) | Initializes a new instance of the StringLengthValidationException class with a specified error message and inner exception that is the cause of this exception. | |
StringLengthValidationException(String, String, Int32, Int32, Int32) | Initializes a new instance of the StringLengthValidationException class with a specified message and the specified parameters. | |
StringLengthValidationException(String, String, Int32, Int32, Int32, Exception) | Initializes a new instance of the StringLengthValidationException class with a specified message, the specified parameters, and inner exception that is the cause of this exception. |
Top
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.
See Also
Reference
StringLengthValidationException Class