EncryptionKeysNotConfiguredException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the EncryptionKeysNotConfiguredException class.
Overload List
Name | Description | |
---|---|---|
EncryptionKeysNotConfiguredException()()() | Initializes a new instance of the EncryptionKeysNotConfiguredException class. | |
EncryptionKeysNotConfiguredException(String) | Initializes a new instance of the EncryptionKeysNotConfiguredException class with a specified error message. | |
EncryptionKeysNotConfiguredException(SerializationInfo, StreamingContext) | Initializes a new instance of the EncryptionKeysNotConfiguredException class with the specified serialization and streaming context information. | |
EncryptionKeysNotConfiguredException(String, Exception) | Initializes a new instance of the EncryptionKeysNotConfiguredException class with a specified error message and inner exception that is the cause of this exception. |
Top
Remarks
The exception thrown when an attempt is made to create or update a profile that contains encrypted values when encryption has not been configured on the web service.
See Also
Reference
EncryptionKeysNotConfiguredException Class