Share via


PosException Constructor (String)

2/27/2008

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