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
- info
Type: System.Runtime.Serialization..::.SerializationInfo
A SerializationInfo containing serialization information.
- context
Type: System.Runtime.Serialization..::.StreamingContext
A StreamingContext containing streaming context information.
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
- 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
EncryptionKeysNotConfiguredException Class
EncryptionKeysNotConfiguredException Members