PropertyTypeValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the PropertyTypeValidationException class.
Overload List
Name | Description | |
---|---|---|
PropertyTypeValidationException()()() | Initializes a new instance of the PropertyTypeValidationException class. | |
PropertyTypeValidationException(String) | Initializes a new instance of the PropertyTypeValidationException class with a specified error message. | |
PropertyTypeValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the PropertyTypeValidationException class with the specified serialization information and streaming context. | |
PropertyTypeValidationException(String, Exception) | Initializes a new instance of the PropertyTypeValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
PropertyTypeValidationException(String, String, String, String) | Initializes a new instance of the PropertyTypeValidationException with the specified error message and property name. | |
PropertyTypeValidationException(String, String, String, String, Exception) | Initializes a new instance of the PropertyTypeValidationException with the specified error message, property name, and the inner exception that caused it. |
Top
Remarks
The exception thrown when an attempt is made to create or update a profile instance with invalid data in a property.
See Also
Reference
PropertyTypeValidationException Class