Skip to main content

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.v23.2.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