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
    ObjectLockedException
    Namespace: Simplic.Framework.DAL.ORM.Sybase
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public class ObjectLockedException : Exception

    Properties

    | Improve this Doc View Source

    Message

    Die Exception Nachricht

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    System.String
    | 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx