ExceptionLogEntry Interface |
Namespace: Autodesk.iLogic.Interfaces
The ExceptionLogEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Context |
Gets the context om which the exception was thrown.
|
![]() | ExceptionType |
Gets the exception type. This is a .NET type name including namespace (e.g. "System.ArgumentException").
|
![]() | FullDetails |
Gets the full details of the exception, including the stack trace. This is the result of Exception.ToString().
|
![]() | FullDocumentName |
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.)
|
![]() | Message |
Gets the Exception.Message property from the exception.
|
![]() | RuleName |
Gets the rule name.
|