Click or drag to resize

ArticyApiException Constructor (Int32, Exception)

Create an API exception with a specific error code

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public ArticyApiException(
	int aErrorCode,
	Exception aInnerException
)

Parameters

aErrorCode
Type: SystemInt32
the 32 bit error code with facility and error number
aInnerException
Type: SystemException
an catched innter exception
See Also