CommerceTargetingException Constructor (String, Exception) (BCL)

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

Definition

[Visual Basic .NET]

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

[C#]

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

Parameters

[Visual Basic .NET]

  • message
    The error message.
  • inner
    The inner COM exception.

[C#]

  • message
    The error message.
  • inner
    The inner COM exception.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.