Share via


PosManagementException Constructor (String)

Initializes a new instance of the PosManagementException class with a specified error message.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim message As String
Dim posManagementException1 As New PosManagementException(message)

Syntax

'Declaration
Public Sub New( _
    ByVal message As String _
)
public PosManagementException(
    string message
);
public: PosManagementException(
    String^ message
);
public PosManagementException(
    System.String message
);
public function PosManagementException(
     message : String
);

Parameters

  • message
    The error message that explains the reason for the exception.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosManagementException Class
PosManagementException Members
Microsoft.PointOfService Namespace