Back to Devexpress

XMLDictionaryException Class

xpo-devexpress-dot-xpo-dot-exceptions-4eac3864.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class XMLDictionaryException :
    Exception
vb
Public Class XMLDictionaryException
    Inherits 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

XMLDictionaryException Members

DevExpress.Xpo.Exceptions Namespace