ISettingsWriteErrorService.LogFailure Method

ISettingsWriteErrorServiceLogFailure Method

If there is a entry for this settings file increment the failure counter otherwise create a new entry and set the failure count to one.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
void LogFailure(
	string fileName,
	Exception exception
)
Sub LogFailure ( 
	fileName As String,
	exception As Exception
)

Parameters

fileName
Type: SystemString
Used to generate registry key unique to this file name
exception
Type: SystemException
The exception causing this event
Version Information

Rhino for Windows

Supported in: 6.8
See Also