Table of Contents

Class InMemorySetException

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

Constructors

InMemorySetException()

public InMemorySetException()

InMemorySetException(string)

public InMemorySetException(string message)

Parameters

message string

InMemorySetException(string, Exception)

public InMemorySetException(string message, Exception innerException)

Parameters

message string
innerException Exception