Method Warn
Warn(string)
Declaration
void Warn(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
Warn(Func<string>)
Declaration
void Warn(Func<string> messageSupplier)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<string> | messageSupplier |
Warn(string, Exception)
Declaration
void Warn(string message, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | exception |