Click or drag to resize

ArticyApiException Constructor (ErrorCode, String)

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(
	ErrorCode aErrorCode,
	string aMessage
)

Parameters

aErrorCode
Type: Articy.ApiErrorCode
an error code from the API error code enumeration
aMessage
Type: SystemString
The message to pass to the exception
See Also