Table of Contents

Class CannotChangePropertyWhenSessionIsConnectedException

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

An exception that is thrown when the essential properties of the currently connected session are about to be modified.

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

Constructors

CannotChangePropertyWhenSessionIsConnectedException(string)

Initializes a new instance of the CannotChangePropertyWhenSessionIsConnectedException class.

public CannotChangePropertyWhenSessionIsConnectedException(string propertyName)

Parameters

propertyName string

A string value which specifies the name of the property whose value cannot be changed while the session is currently connected to a data store.