Class DatabaseTableNotFoundException
The exception that is thrown when a required database table cannot be found via the configured data layer (e.g. Entity Framework Core).
Implements
Inherited Members
Namespace: Silverback.Database
Assembly: Silverback.Core.dll
Syntax
[Serializable]
public class DatabaseTableNotFoundException : SilverbackException, ISerializable
Constructors
| Improve this doc View sourceDatabaseTableNotFoundException()
Initializes a new instance of the Database
Declaration
public DatabaseTableNotFoundException()
DatabaseTableNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the Database
Declaration
protected DatabaseTableNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
DatabaseTableNotFoundException(string)
Initializes a new instance of the Database
Declaration
public DatabaseTableNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
DatabaseTableNotFoundException(string, Exception)
Initializes a new instance of the Database
Declaration
public DatabaseTableNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | innerException | The inner exception. |