Attempts to find a type by its full name. Throws a
MappingException
using the provided
errorMessage in case of failure.
Namespace: NHibernate.Cfg.XmlHbmBindingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected static Type ClassForFullNameChecked(
string fullName,
string errorMessage
) |
Visual Basic |
---|
Protected Shared Function ClassForFullNameChecked ( _
fullName As String, _
errorMessage As String _
) As Type |
Visual C++ |
---|
protected:
static Type^ ClassForFullNameChecked(
String^ fullName,
String^ errorMessage
) |
Return Value
A
Type instance.
Exceptions
See Also