Search Results for

    Show / Hide Table of Contents

    Class ObjectLockedException

    ObjectLockedException wird ausgelöst, wenn ein Object bereits von einem anderen Benutzer gelockt sit

    Inheritance
    System.Object
    System.Exception
    ObjectLockedException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DAL.ORM.Sybase
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public class ObjectLockedException : Exception, ISerializable, _Exception

    Properties

    | Improve this Doc View Source

    Message

    Die Exception Nachricht

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    System.String
    Overrides
    System.Exception.Message
    | Improve this Doc View Source

    Session

    Die Session zu dem Benutzer, welcher für das Auslösen dieser Exception verantwortlich ist

    Declaration
    public string Session { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Username

    Der Benutzername, welcher für das Auslösen dieser Exception verantwortlich ist

    Declaration
    public string Username { get; }
    Property Value
    Type Description
    System.String

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx