Summary
Log a command that failed
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten - Containing Type
- MartenLogger
Syntax
public void LogFailure(NpgsqlCommand command, Exception ex)
Parameters
| Name | Type | Description |
|---|---|---|
| command | NpgsqlCommand | The command. |
| ex | Exception | The ex. |
Return Value
| Type | Description |
|---|---|
| void |
