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.
This exception is thrown when a failure occurs while reading an encrypted secret from the system registry.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class RegistrySecretException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As RegistrySecretException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class RegistrySecretException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class RegistrySecretException : public Exception,
ISerializable
public class RegistrySecretException extends Exception implements ISerializable
Remarks
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.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.RegistrySecretException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.