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)
Syntaxvoid 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 InformationRhino for Windows
Supported in: 6.8
See Also