Click or drag to resize

ApiSessionFormatException Method

Formats the given exception to a string

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public string FormatException(
	Exception aException,
	bool aIncludeDeveloperDetail = false
)

Parameters

aException
Type: SystemException
the exception that had occured
aIncludeDeveloperDetail (Optional)
Type: SystemBoolean
if true the full stack trace is included along with additional information about the running articy:draft version

Return Value

Type: String
the formatted exception
See Also