ISettingsWriteErrorServiceGeErrorInfo Method |
Gets the number of failed write attempts as well as successful writes
since the first reported failure.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxvoid GeErrorInfo(
string fileName,
out int successCount,
out int failureCount
)
Sub GeErrorInfo (
fileName As String,
<OutAttribute> ByRef successCount As Integer,
<OutAttribute> ByRef failureCount As Integer
)
Parameters
- fileName
- Type: SystemString
Used to generate registry key unique to this file name
- successCount
- Type: SystemInt32
Successful write events since first failure
- failureCount
- Type: SystemInt32
Number
Return Value
Type:
Version InformationRhino for Windows
Supported in: 6.8
See Also