Share via


PosManagementException Constructor (String)

2/27/2008

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

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

Syntax

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

Parameters

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

See Also

Reference

PosManagementException Class
PosManagementException Members
Microsoft.PointOfService Namespace