Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the DefinitionDoesNotExistException class.
Overload List
Name | Description | |
---|---|---|
![]() |
DefinitionDoesNotExistException()()() | Initializes a new instance of the DefinitionDoesNotExistException class. |
![]() |
DefinitionDoesNotExistException(String) | Initializes a new instance of the DefinitionDoesNotExistException class with a specified error message. |
![]() |
DefinitionDoesNotExistException(SerializationInfo, StreamingContext) | Initializes a new instance of the DefinitionDoesNotExistException class with the specified serialization information and streaming context. |
![]() |
DefinitionDoesNotExistException(String, Exception) | Initializes a new instance of the DefinitionDoesNotExistException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
DefinitionDoesNotExistException(String, String) | Initializes a new instance of the DefinitionDoesNotExistException with the specified error message and profile definition name. |
![]() |
DefinitionDoesNotExistException(String, String, Exception) | Initializes a new instance of the DefinitionDoesNotExistException with the specified error message, profile definition name, and the inner exception that caused it. |
Top
Remarks
The exception thrown when an attempt is made to access a profile definition that does not exist in the profile system.
See Also
Reference
DefinitionDoesNotExistException Class