Class SybaseStackDoWorkFailedEventArgs
SybaseStack EventArgs die unteranderem für das werfen von Exception im DoWork verwendet werden
Inheritance
System.Object
SybaseStackDoWorkFailedEventArgs
Namespace: Simplic.Framework.DAL.ORM.Sybase
Assembly: Simplic.Framework.DAL.dll
Syntax
public class SybaseStackDoWorkFailedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceSybaseStackDoWorkFailedEventArgs(ORMActionType, Exception, SybaseBase)
Declaration
public SybaseStackDoWorkFailedEventArgs(ORMActionType actionType, Exception error, SybaseBase infoObj)
Parameters
| Type | Name | Description |
|---|---|---|
| ORMActionType | actionType | |
| Exception | error | |
| SybaseBase | infoObj |
Properties
| Improve this Doc View SourceActionType
Der Aktionstyp der durchgeführt wurde, als die Fehlermeldung auftrat
Declaration
public ORMActionType ActionType { get; }
Property Value
| Type | Description |
|---|---|
| ORMActionType |
Error
Die Fehlermeldung die während der Verarbeitung auftrat
Declaration
public Exception Error { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
InfoObject
Das InfoObjekt, bei welchem die Verarbeitung fehlgeschlagen ist
Declaration
public SybaseBase InfoObject { get; }
Property Value
| Type | Description |
|---|---|
| SybaseBase |