Table of Contents

Class IoCContainerDisposedException

Namespace
CMS.Core
Assembly
CMS.Core.dll

Thrown when trying to obtain service on an already disposed container.

public class IoCContainerDisposedException : Exception
Inheritance
object
Exception
IoCContainerDisposedException
Extension Methods

Constructors

IoCContainerDisposedException()

Initializes a new instance of the IoCContainerDisposedException class with default values.

public IoCContainerDisposedException()

IoCContainerDisposedException(string)

Initializes a new instance of the IoCContainerDisposedException class with a specified error message.

public IoCContainerDisposedException(string message)

Parameters

message string

The message that describes the error.

IoCContainerDisposedException(string, Exception)

Initializes a new instance of the IoCContainerDisposedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public IoCContainerDisposedException(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.