Class CannotLoadInvalidTypeException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when a persistent object cannot be loaded because it’s type is not valid.
public class CannotLoadInvalidTypeException : Exception, ISerializable
- Inheritance
-
CannotLoadInvalidTypeException
- Implements
- Inherited Members
Constructors
CannotLoadInvalidTypeException(string)
Initializes a new instance of the CannotLoadInvalidTypeException class.
public CannotLoadInvalidTypeException(string typeName)
Parameters
typeName
stringA string that specifies the name of the type.