CommerceProfileAlreadyExistsException Constructor (SerializationInfo, StreamingContext) (BCL)

Use this method to create a new instance of the CommerceProfileAlreadyExistsException class with the specified serialization information and streaming context.

Definition

[Visual Basic .NET]

Protected Sub New( _ByValserializationInfo As System.Runtime.Serialization.SerializationInfo, _
  ByValstreamingContext As System.Runtime.Serialization.StreamingContext _
) 

[C#]

protected CommerceProfileAlreadyExistsException(System.Runtime.Serialization.SerializationInfoserializationInfo,
  System.Runtime.Serialization.StreamingContextstreamingContext);

Parameters

[Visual Basic .NET]

  • serializationInfo
    The serialization info.
  • streamingContext
    The streaming context.

[C#]

  • serializationInfo
    The serialization info.
  • streamingContext
    The streaming context.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.