PosManagementException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the programmatic interface used by POS for .NET management APIs to throw exceptions.
[System.Serializable]
public class PosManagementException : Microsoft.PointOfService.PosException
[<System.Serializable>]
type PosManagementException = class
inherit PosException
Public Class PosManagementException
Inherits PosException
- Inheritance
- Attributes
Constructors
PosManagementException() | |
PosManagementException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PosManagementException class with serialized data. |
PosManagementException(String, Exception) |
Initializes a new instance of the PosManagementException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
PosManagementException(String) |
Initializes a new instance of the PosManagementException class with a specified error message. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. (Inherited from PosException) |