Initializes a new instance of the UnresolvableObjectException class.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ identifier As Object, _ clazz As Type _ ) |
C# |
---|
public UnresolvableObjectException( Object identifier, Type clazz ) |
Visual C++ |
---|
public: UnresolvableObjectException( Object^ identifier, Type^ clazz ) |
JavaScript |
---|
NHibernate.UnresolvableObjectException = function(identifier, clazz); |
Parameters
- identifier
- Type: System..::.Object
The identifier of the object that caused the exception.
- clazz
- Type: System..::.Type
The Type of the object attempted to be loaded.