PosException Class
2/27/2008
Defines the programmatic interface for a generic exception in the POS for .NET system. All other exception classes inherit from PosException.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class PosException
Inherits Exception
Implements ISerializable
[SerializableAttribute]
public abstract class PosException : Exception, ISerializable
[SerializableAttribute]
public ref class PosException abstract : public Exception, ISerializable
/** @attribute SerializableAttribute() */
public abstract class PosException extends Exception implements ISerializable
SerializableAttribute
public abstract class PosException extends Exception implements ISerializable
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.PointOfService.PosException
Microsoft.PointOfService.PosControlException
Microsoft.PointOfService.PosLibraryException
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.