Jaa


PropertyDoesNotExistException Constructor (String, String, String)

Initializes a new instance of the PropertyDoesNotExistException with the specified error message and profile definition name.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    definitionName As String, _
    propertyName As String _
)
'Usage
Dim message As String
Dim definitionName As String
Dim propertyName As String

Dim instance As New PropertyDoesNotExistException(message, _
    definitionName, propertyName)
public PropertyDoesNotExistException(
    string message,
    string definitionName,
    string propertyName
)
public:
PropertyDoesNotExistException(
    String^ message, 
    String^ definitionName, 
    String^ propertyName
)
public function PropertyDoesNotExistException(
    message : String, 
    definitionName : String, 
    propertyName : String
)

Parameters

  • message
    Type: System..::.String
    The error message that explains the reason for the exception.
  • definitionName
    Type: System..::.String
    The definition name of the property that caused the exception.
  • propertyName
    Type: System..::.String
    The name of the property that caused the exception.

Remarks

The exception thrown when an attempt is made to access a property that does not exist in the profile system.

Permissions

See Also

Reference

PropertyDoesNotExistException Class

PropertyDoesNotExistException Members

PropertyDoesNotExistException Overload

Microsoft.CommerceServer.Profiles Namespace