Class ServiceResolutionException
Thrown when resolution of a service fails.
public class ServiceResolutionException : Exception
- Inheritance
-
objectExceptionServiceResolutionException
- Extension Methods
Constructors
ServiceResolutionException()
Initializes a new instance of the ServiceResolutionException class with default values.
public ServiceResolutionException()
ServiceResolutionException(string)
Initializes a new instance of the ServiceResolutionException class with a specified error message.
public ServiceResolutionException(string message)
Parameters
message
stringThe message that describes the error.
ServiceResolutionException(string, Exception)
Initializes a new instance of the ServiceResolutionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ServiceResolutionException(string message, Exception inner)
Parameters
message
stringThe message that describes the error.
inner
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.