clsErrorsPrintErrors Method
|
Creates a string with all errors (and warnings)
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic string PrintErrors(
bool bWithWarnings = false
)
Public Function PrintErrors (
Optional bWithWarnings As Boolean = false
) As String
Parameters
- bWithWarnings (Optional)
- Type: SystemBoolean
Will include the warnings
Return Value
Type:
StringThe content of the errors
Remarks
See Also