Delegate OnCreateFailedDelegate<T>
Namespace: TcOpen.Inxton.Data
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public delegate void OnCreateFailedDelegate<T>(string id, T data, Exception ex);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| T | data | |
| System.Exception | ex |
Type Parameters
| Name | Description |
|---|---|
| T |