suite4.net.FormDatabase Documentation

LoaderException Class

Represents non-fatal errors that occur during the process of loading an IForm into a LoaderControl or LoaderForm.

For a list of all members of this type, see LoaderException Members.

System.Object
   System.Exception
      System.ApplicationException
         suite4.net.FormDatabase.LoaderException

[Visual Basic]
Public Class LoaderException
    Inherits ApplicationException
[C#]
public class LoaderException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception is raised when a LoaderControl or LoaderForm encounters errors while loading an IForm component. Specifically:

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

LoaderException Members | suite4.net.FormDatabase Namespace