Share via


PosLibraryException Class

Definition

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
PosLibraryException
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)

Applies to