Share via


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

2/27/2008

Defines the programmatic interface used by POS for .NET management APIs to throw exceptions.

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

Syntax

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

Remarks

The application should use PosManagementException class to retrieve information about errors generated by the POS for .NET management APIs.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.PointOfService.PosException
      Microsoft.PointOfService.PosManagementException

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

PosManagementException Members
Microsoft.PointOfService Namespace