Share via


PosControlException.ErrorCode Property

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

Usage

'Usage
Dim posControlException1 As PosControlException

Dim returnValue As ErrorCode
returnValue = posControlException1.ErrorCode

Syntax

'Declaration
Public ReadOnly Property ErrorCode() As ErrorCode
public ErrorCode ErrorCode {get;}
public: property ErrorCode^ ErrorCode{
    ErrorCode^ get();
}
public ErrorCode get_ErrorCode();
public function get ErrorCode() : ErrorCode;

Remarks

Gets the 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