PropertyNullValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the PropertyNullValidationException class.
Overload List
Name | Description | |
---|---|---|
PropertyNullValidationException()()() | Initializes a new instance of the PropertyNullValidationException class. | |
PropertyNullValidationException(String) | Initializes a new instance of the PropertyNullValidationException class with the specified error message. | |
PropertyNullValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the PropertyNullValidationException class with the specified serialization and streaming context information. | |
PropertyNullValidationException(String, Exception) | Initializes a new instance of the PropertyNullValidationException class with a specified error message and inner exception that is the cause of this exception. | |
PropertyNullValidationException(String, String) | Initializes a new instance of the PropertyNullValidationException class with a specified error message and the property name that caused this exception. | |
PropertyNullValidationException(String, String, Exception) | Initializes a new instance of the PropertyNullValidationException class with a specified error message, the property name that caused this exception. and inner exception that is the cause of this exception. |
Top
Remarks
PropertyNullValidationException is thrown when an attempt is made to save an entity and at least one property of that entity is nullNothingnullptra null reference (Nothing in Visual Basic) when not allowed.
See Also
Reference
PropertyNullValidationException Class