UpmMembershipConfigurationException Constructor (String, String, String)

Initializes a new instance of the UpmMembershipConfigurationException class with the specified error message and parameters.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    optionName As String, _
    value As String _
)
'Usage
Dim message As String
Dim optionName As String
Dim value As String

Dim instance As New UpmMembershipConfigurationException(message, _
    optionName, value)
public UpmMembershipConfigurationException(
    string message,
    string optionName,
    string value
)
public:
UpmMembershipConfigurationException(
    String^ message, 
    String^ optionName, 
    String^ value
)
public function UpmMembershipConfigurationException(
    message : String, 
    optionName : String, 
    value : String
)

Parameters

  • message
    Type: System..::.String
    The error message that explains the reason for the exception.

Remarks

This exception is thrown when there is an error in the membership configuration.

Permissions

See Also

Reference

UpmMembershipConfigurationException Class

UpmMembershipConfigurationException Members

UpmMembershipConfigurationException Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace