Share via


CommerceProfileSystemException Constructor (String, Exception) (BCL)

Use this method to create a new instance of the CommerceProfileSystemException class with the specified string message and inner exception.

Definition

[Visual Basic .NET]

Public Sub New( _ByValmessage As System.String, _
  ByValinner As System.Exception _
) 

[C#]

public CommerceProfileSystemSystem.Exception(System.Stringmessage,
  System.Exceptioninner);

Parameters

[Visual Basic .NET]

  • message
    A System.String containing the message to include in the CommerceProfileSystemException object.
  • inner
    The inner System.Exception object.

[C#]

  • message
    A System.String containing the message to include in the CommerceProfileSystemException object.
  • inner
    The inner System.Exception object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.