Table of Contents

Class ObjectLayerSecurityException

Namespace
DevExpress.Xpo.Exceptions
Assembly
DevExpress.Xpo.v24.1.dll
public class ObjectLayerSecurityException : InvalidOperationException, ISerializable
Inheritance
ObjectLayerSecurityException
Implements
Inherited Members

Constructors

ObjectLayerSecurityException()

public ObjectLayerSecurityException()

ObjectLayerSecurityException(string, bool)

public ObjectLayerSecurityException(string typeName, bool isDeletion)

Parameters

typeName string
isDeletion bool

ObjectLayerSecurityException(string, string)

public ObjectLayerSecurityException(string typeName, string propertyName)

Parameters

typeName string
propertyName string

Properties

IsDeletion

public bool IsDeletion { get; set; }

Property Value

bool

PropertyName

public string PropertyName { get; set; }

Property Value

string

TypeName

public string TypeName { get; set; }

Property Value

string