Share

ExceptionLogEntry.ExceptionType Property

Gets the exception type. This is a .NET type name including namespace (e.g. "System.ArgumentException").

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property ExceptionType As String
	Get

C#

string ExceptionType { get; }

Return Value

Type: String

See Also

Reference

Was this information helpful?