PosLibraryException Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines the programmatic interface used by PosExplorer class to throw exceptions.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class PosLibraryException
    Inherits PosException
[SerializableAttribute] 
public class PosLibraryException : PosException
[SerializableAttribute] 
public ref class PosLibraryException : public PosException
/** @attribute SerializableAttribute() */ 
public class PosLibraryException extends PosException
SerializableAttribute 
public class PosLibraryException extends PosException

Remarks

The application should use PosLibraryException class to retrieve iinformation about errors generated during PosExplorer class operations.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.PointOfService.PosException
      Microsoft.PointOfService.PosLibraryException

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

PosLibraryException Members
Microsoft.PointOfService Namespace