Table of Contents

Class XMLDictionaryException

Namespace
DevExpress.Xpo.Exceptions
Assembly
DevExpress.Xpo.v24.1.dll

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

public class XMLDictionaryException : Exception, ISerializable
Inheritance
XMLDictionaryException
Implements
Inherited Members

Constructors

XMLDictionaryException(string)

Initializes a new instance of the XMLDictionaryException class.

public XMLDictionaryException(string message)

Parameters

message string

A string that specifies the error’s description.