Table of Contents

Class InMemoryConstraintException

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

Constructors

InMemoryConstraintException()

public InMemoryConstraintException()

InMemoryConstraintException(string)

public InMemoryConstraintException(string message)

Parameters

message string

InMemoryConstraintException(string, Exception)

public InMemoryConstraintException(string message, Exception innerException)

Parameters

message string
innerException Exception