Click or drag to resize

XLErrors.ErrorInfo Method

Read potential error messages returned by a cached object

Namespace: CalquantXL
Assembly: CalquantXL (in CalquantXL.dll) Version: 1.0.0+55f5c18b0f48f38168da96ab24b757d961f7632e
Syntax
C#
public static string ErrorInfo(
	string objectHandle
)

Parameters

objectHandle  String
Handle to an object

Return Value

String
"No error" if object is valid, an error string otherwise with details of the error
See Also