PropertyDoesNotExistException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the PropertyDoesNotExistException class.
Overload List
Name | Description | |
---|---|---|
PropertyDoesNotExistException()()() | Initializes a new instance of the PropertyDoesNotExistException class. | |
PropertyDoesNotExistException(String) | Initializes a new instance of the PropertyDoesNotExistException class with a specified error message. | |
PropertyDoesNotExistException(SerializationInfo, StreamingContext) | Initializes a new instance of the PropertyDoesNotExistException class with the specified serialization information and streaming context. | |
PropertyDoesNotExistException(String, Exception) | Initializes a new instance of the PropertyDoesNotExistException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
PropertyDoesNotExistException(String, String, String) | Initializes a new instance of the PropertyDoesNotExistException with the specified error message and profile definition name. | |
PropertyDoesNotExistException(String, String, String, Exception) | Initializes a new instance of the PropertyDoesNotExistException 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 access a profile definition property that does not exist in the profile system.
See Also
Reference
PropertyDoesNotExistException Class