Table of Contents

Class ServiceResolutionException

Namespace
CMS.Core
Assembly
CMS.Core.dll

Thrown when resolution of a service fails.

public class ServiceResolutionException : Exception
Inheritance
object
Exception
ServiceResolutionException
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 string

The 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 string

The message that describes the error.

inner Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.