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

XMLDictionaryException(String) Constructor

Initializes a new instance of the XMLDictionaryException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public XMLDictionaryException(
    string message
)

Parameters

Name Type Description
message String

A string that specifies the error’s description.

See Also