Share via


PosControlException.ErrorCodeExtended Property

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim posControlException1 As PosControlException

Dim returnValue As Integer
returnValue = posControlException1.ErrorCodeExtended

Syntax

'Declaration
Public ReadOnly Property ErrorCodeExtended() As Integer
public int ErrorCodeExtended {get;}
public: property Int32 ErrorCodeExtended{
    Int32 get();
}
public int get_ErrorCodeExtended();
public function get ErrorCodeExtended() : int;

Remarks

Gets the extended ErrorCode.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosControlException Class
PosControlException Members
Microsoft.PointOfService Namespace