ExceptionLogEntryFullDetails Property |
Gets the full details of the exception, including the stack trace. This is the result of Exception.ToString().
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax ReadOnly Property FullDetails As String
Get
string FullDetails { get; }
Property Value
Type:
StringSee Also