PosLibraryException 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 PosExplorer class to throw exceptions.
[System.Serializable]
public class PosLibraryException : Microsoft.PointOfService.PosException
[<System.Serializable>]
type PosLibraryException = class
inherit PosException
Public Class PosLibraryException
Inherits PosException
- Inheritance
- Attributes
Constructors
PosLibraryException() | |
PosLibraryException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PosLibraryException class with serialized data. |
PosLibraryException(String, Exception) |
Initializes a new instance of the PosLibraryException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
PosLibraryException(String) |
Initializes a new instance of the PosLibraryException class with a specified error message. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. (Inherited from PosException) |