Share

ExceptionLogEntry.FullDetails 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: 30.0

Syntax

VB

ReadOnly Property FullDetails As String
	Get

C#

string FullDetails { get; }

Property Value

Type: String

See Also

Reference

Was this information helpful?