Table of Contents

Class InMemoryDuplicateNameException

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class InMemoryDuplicateNameException : InMemorySetException, ISerializable
Inheritance
InMemoryDuplicateNameException
Implements
Inherited Members

Constructors

InMemoryDuplicateNameException()

public InMemoryDuplicateNameException()

InMemoryDuplicateNameException(string)

public InMemoryDuplicateNameException(string message)

Parameters

message string

InMemoryDuplicateNameException(string, Exception)

public InMemoryDuplicateNameException(string message, Exception innerException)

Parameters

message string
innerException Exception