PosControlException Class (POS for .NET v1.12 SDK Documentation)
2/27/2008
Defines the programmatic interface for exceptions thrown by service objects.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PosControlException
Inherits PosException
[SerializableAttribute]
public class PosControlException : PosException
[SerializableAttribute]
public ref class PosControlException : public PosException
/** @attribute SerializableAttribute() */
public class PosControlException extends PosException
SerializableAttribute
public class PosControlException extends PosException
Remarks
POS for .NET applications should catch exceptions of this type to retrieve information about errors generated by a device's service object.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.PointOfService.PosException
Microsoft.PointOfService.PosControlException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PosControlException Members
Microsoft.PointOfService Namespace