suite4.net.FormDatabase Documentation

LoaderException.ComponentName Property

Gets the name of the component that failed to initialize.

[Visual Basic]
Public ReadOnly Property ComponentName As String
[C#]
public string ComponentName {get;}

Property Value

The name of the component or NULL (Nothing in Visual Basic) if a general LoaderControl/LoaderForm error occurs.

Remarks

The component or control can't be initialized when a reference is missing or the LoaderControl/LoaderForm can't find a constructor.

See Also

LoaderException Class | suite4.net.FormDatabase Namespace