Search Results for

    Show / Hide Table of Contents

    Class ItemNotFoundException

    Исключение выдаётся если объект был не найден по идентификатору.

    Inheritance
    System.Object
    System.Exception
    RequestProcessingException
    ItemNotFoundException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    RequestProcessingException.ErrorCode
    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 ItemNotFoundException : RequestProcessingException, ISerializable

    Constructors

    ItemNotFoundException(EntityType)

    Создаёт экземпляр объекта.

    Declaration
    public ItemNotFoundException(EntityType entityType)
    Parameters
    Type Name Description
    Lers.Interop.EntityType entityType

    Тип объекта, который не был найден на сервере.

    ItemNotFoundException(EntityType, Int32)

    Создаёт экземпляр объекта.

    Declaration
    public ItemNotFoundException(EntityType entityType, int itemId)
    Parameters
    Type Name Description
    Lers.Interop.EntityType entityType

    Тип объекта, который не был найден на сервере.

    System.Int32 itemId

    Идентификатор объекта.

    ItemNotFoundException(String)

    Конструктор.

    Declaration
    public ItemNotFoundException(string message)
    Parameters
    Type Name Description
    System.String message

    ItemNotFoundException(String, Int32)

    Создаёт экземпляр объекта.

    Declaration
    public ItemNotFoundException(string entityDesc, int itemId)
    Parameters
    Type Name Description
    System.String entityDesc

    Описание объекта, который не был найден на сервере.

    System.Int32 itemId

    Идентификатор объекта.

    Implements

    System.Runtime.Serialization.ISerializable
    In This Article
    Back to top ©2018 - 2026, ООО "ЛЭРС УЧЁТ"