Skip to main content
A newer version of this page is available. .

DbException(String, String, Exception) Constructor

Initializes a new instance of the DbException class.

Namespace: DevExpress.Mvvm.DataModel

Assembly: DevExpress.Mvvm.v18.2.DataModel.dll

Declaration

public DbException(
    string errorMessage,
    string errorCaption,
    Exception innerException
)

Parameters

Name Type Description
errorMessage String

An error message text.

errorCaption String

An error message caption text.

innerException Exception

An underlying exception.

See Also