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

ResolutionFailedException(String, Exception) Constructor

Initializes a new instance of the ResolutionFailedException class with the specified message and exception details.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v19.2.dll

Declaration

public ResolutionFailedException(
    string message,
    Exception inner
)

Parameters

Name Type Description
message String

A String value, specifying the message displayed when a database connection fails.

inner Exception

A Exception object, specifying the error details.

See Also