Click or drag to resize

clsErrorsPrintErrors Method

Creates a string with all errors (and warnings)

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public string PrintErrors(
	bool bWithWarnings = false
)

Parameters

bWithWarnings (Optional)
Type: SystemBoolean
Will include the warnings

Return Value

Type: String
The content of the errors
Remarks