PosException Constructor (String) (POS for .NET v1.14 SDK Documentation)
3/2/2014
Creates an instance of the PosException class with a specified error message.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Protected Sub New ( _
message As String _
)
protected PosException (
string message
)
protected:
PosException (
String^ message
)
protected PosException (
String message
)
protected function PosException (
message : String
)
Parameters
- message
The error message that explains the reason for the exception.
See Also
Reference
PosException Class
PosException Members
Microsoft.PointOfService Namespace