Show / Hide Table of Contents

    Class RowVersionInvalidException

    Die Component prüft beim Save automatisch, ob der Datensatz auf der Datenbank zwischenzeitlich von einer anderen Instanz geändert wurde – sprich, ob sich der Wert in der Spalte FSROWVERSION geändert hat. Wenn das der Fall ist, dann wird eine diese Exception geworfen.

    Inheritance
    Object
    Exception
    FrameworkSystems.FrameworkExceptions.FrameworkException
    RowVersionInvalidException
    Namespace: FrameworkSystems.FrameworkExceptions
    Assembly: FrameworkSystems.FrameworkExceptions.dll
    Syntax
    [DocfxBrowsable]
    public class RowVersionInvalidException : FrameworkException, ISerializable, _Exception

    Constructors

    RowVersionInvalidException(String)

    RowVersionInvalidException(String, Exception)

    Back to top Generated by DocFX