DbException Constructors
The database-independent exception used in Data Layer and View Model Layer to handle database errors.Name | Parameters | Description |
---|---|---|
DbException(String, String, Exception) | errorMessage, errorCaption, innerException | Initializes a new instance of the DbException class. |
See Also