Share via


EncryptionKeysNotConfiguredException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the EncryptionKeysNotConfiguredException class with the specified serialization and streaming context information.

Namespace:  Microsoft.CommerceServer.Profiles
Assembly:  Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New EncryptionKeysNotConfiguredException(info, context)
protected EncryptionKeysNotConfiguredException(
    SerializationInfo info,
    StreamingContext context
)
protected:
EncryptionKeysNotConfiguredException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function EncryptionKeysNotConfiguredException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The info parameter is a nullNothingnullptra null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic).

Remarks

This constructor is needed for serialization when exception propagates from a remoting server to the client.

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.

Permissions

See Also

Reference

EncryptionKeysNotConfiguredException Class

EncryptionKeysNotConfiguredException Members

EncryptionKeysNotConfiguredException Overload

Microsoft.CommerceServer.Profiles Namespace