Share via


PosManagementException Class

Definition

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

Applies to