DbException(String, String, Exception) Constructor
Initializes a new instance of the DbException class.
Namespace: DevExpress.Mvvm.DataModel
Assembly: DevExpress.Mvvm.v24.1.DataModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
errorMessage | String | An error message text. |
errorCaption | String | An error message caption text. |
innerException | Exception | An underlying exception. |
See Also