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 RegistrySecretException class.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New RegistrySecretException()
public RegistrySecretException()
public:
RegistrySecretException()
public function RegistrySecretException()
Remarks
This exception is thrown when a failure occurs while reading an encrypted secret from the system registry.
A failure may occur while reading an encrypted registry secret for many reasons. These reasons include lack of permissions to the registry path, the registry path does not exist, a mis-formatted registry path, or cryptographic failures.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegistrySecretException Members