Click or drag to resize

ArticyApiExceptionErrorCode Property

The error code this exception encapsulates, upper 16 bit are facility code, lower 16 bits are the error number within that facility

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public int ErrorCode { get; }

Property Value

Type: Int32
See Also