Returns a List of all Exceptions which occured during the export.

Namespace: NHibernate.Tool.hbm2ddl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IList<Exception> Exceptions { get; }
Visual Basic
Public ReadOnly Property Exceptions As IList(Of Exception)
	Get
Visual C++
public:
property IList<Exception^>^ Exceptions {
	IList<Exception^>^ get ();
}

Return Value

See Also