suite4.net.FormDatabase Documentation

DataSourceException Class

Represents non-fatal errors that occur during the interaction of a LoaderControl or LoaderForm with the data source of an IForm.

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

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

[Visual Basic]
Public Class DataSourceException
    Inherits ApplicationException
[C#]
public class DataSourceException : 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 interacting with properties of the data source (business class) object. Specifically:

Requirements

Namespace: suite4.net.FormDatabase

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

See Also

DataSourceException Members | suite4.net.FormDatabase Namespace