PosManagementException Constructor (String) (POS for .NET v1.14 SDK Documentation)
3/2/2014
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