Class ItemAccessDeniedException
Исключение выдаётся если доступ к объекту запрещён для учётной записи.
Inheritance
System.Object
System.Exception
ItemAccessDeniedException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lers
Assembly: Lers.Server.System.dll
Syntax
[Serializable]
public class ItemAccessDeniedException : RequestProcessingException, ISerializable
Constructors
ItemAccessDeniedException(EntityType)
Создаёт экземпляр объекта.
Declaration
public ItemAccessDeniedException(EntityType entityType)
Parameters
| Type | Name | Description |
|---|---|---|
| Lers.Interop.EntityType | entityType | Тип объекта, который не был найден на сервере. |
ItemAccessDeniedException(String)
Конструктор.
Declaration
public ItemAccessDeniedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
Implements
System.Runtime.Serialization.ISerializable