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

ResolutionFailedException Constructors

Occurs if there is an error during request of a dependency.
Name Parameters Description
ResolutionFailedException() none Initializes a new instance of the ResolutionFailedException class with the default settings.
ResolutionFailedException(String, Exception) message, inner Initializes a new instance of the ResolutionFailedException class with the specified message and exception details.
ResolutionFailedException(String) message Initializes a new instance of the ResolutionFailedException class with the specified error message.
See Also