GH_ComponentServerLoadingExceptions Property |
Gets a list of all the exceptions that were recorded during the most recent loading sequence.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<GH_LoadingException> LoadingExceptions { get; }
Public ReadOnly Property LoadingExceptions As List(Of GH_LoadingException)
Get
Property Value
Type:
ListGH_LoadingException[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.LoadingExceptions"]
See Also