Search Results for

    Show / Hide Table of Contents

    Class SybaseStackDoWorkFailedEventArgs

    SybaseStack EventArgs die unteranderem für das werfen von Exception im DoWork verwendet werden

    Inheritance
    System.Object
    System.EventArgs
    SybaseStackDoWorkFailedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DAL.ORM.Sybase
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public class SybaseStackDoWorkFailedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    SybaseStackDoWorkFailedEventArgs(ORMActionType, Exception, SybaseBase)

    Declaration
    public SybaseStackDoWorkFailedEventArgs(ORMActionType actionType, Exception error, SybaseBase infoObj)
    Parameters
    Type Name Description
    ORMActionType actionType
    System.Exception error
    SybaseBase infoObj

    Properties

    | Improve this Doc View Source

    ActionType

    Der Aktionstyp der durchgeführt wurde, als die Fehlermeldung auftrat

    Declaration
    public ORMActionType ActionType { get; }
    Property Value
    Type Description
    ORMActionType
    | Improve this Doc View Source

    Error

    Die Fehlermeldung die während der Verarbeitung auftrat

    Declaration
    public Exception Error { get; }
    Property Value
    Type Description
    System.Exception
    | Improve this Doc View Source

    InfoObject

    Das InfoObjekt, bei welchem die Verarbeitung fehlgeschlagen ist

    Declaration
    public SybaseBase InfoObject { get; }
    Property Value
    Type Description
    SybaseBase
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx