WarningConfigurationBuilderExtensions Class

Definition

Relational database specific extension methods for WarningsConfigurationBuilder.

public static class WarningConfigurationBuilderExtensions
type WarningConfigurationBuilderExtensions = class
Public Module WarningConfigurationBuilderExtensions
Inheritance
WarningConfigurationBuilderExtensions

Methods

Ignore(WarningsConfigurationBuilder, InMemoryEventId[])

Causes nothing to happen when the specified in-memory warnings are generated.

Ignore(WarningsConfigurationBuilder, RelationalEventId[])

Causes nothing to happen when the specified relational database warnings are generated.

Log(WarningsConfigurationBuilder, InMemoryEventId[])

Causes a warning to be logged when the specified in-memory warnings are generated.

Log(WarningsConfigurationBuilder, RelationalEventId[])

Causes a warning to be logged when the specified relational database warnings are generated.

Throw(WarningsConfigurationBuilder, InMemoryEventId[])

Causes an exception to be thrown when the specified in-memory warnings are generated.

Throw(WarningsConfigurationBuilder, RelationalEventId[])

Causes an exception to be thrown when the specified relational database warnings are generated.

Applies to