Click or drag to resize

ExceptionLogEntry Interface

An entry in the exception log.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface ExceptionLogEntry

The ExceptionLogEntry type exposes the following members.

Properties
  NameDescription
Public propertyContext
Gets the context om which the exception was thrown.
Public propertyExceptionType
Gets the exception type. This is a .NET type name including namespace (e.g. "System.ArgumentException").
Public propertyFullDetails
Gets the full details of the exception, including the stack trace. This is the result of Exception.ToString().
Public propertyFullDocumentName
Gets the full document name. This will usually be the same as the full file name. (For assemblies, it may have a Level of Detail name appended.)
Public propertyMessage
Gets the Exception.Message property from the exception.
Public propertyRuleName
Gets the rule name.
Top
See Also