Skip to main content
A newer version of this page is available. .

XMLDictionaryException Class

An exception that is thrown when an error occurs whilst object metadata is being loaded from an XML file.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public class XMLDictionaryException :
    Exception

Remarks

This exception is raised when an error occurs whilst object metadata is being loaded from an XML file.

Solution:

- check the XML file for errors.

Inheritance

Object
Exception
XMLDictionaryException
See Also