Unosquare
    Show / Hide Table of Contents

    Class DependencyContainerResolutionException

    An exception for dependency resolutions.

    Inheritance
    Object
    Exception
    DependencyContainerResolutionException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace: Swan.DependencyInjection
    Syntax
    [Serializable]
    public class DependencyContainerResolutionException : Exception, ISerializable, _Exception

    Constructors

    DependencyContainerResolutionException(Type)

    Initializes a new instance of the DependencyContainerResolutionException class.

    Declaration
    public DependencyContainerResolutionException(Type type)
    Parameters
    Type Name Description
    Type type

    The type.

    DependencyContainerResolutionException(Type, Exception)

    Initializes a new instance of the DependencyContainerResolutionException class.

    Declaration
    public DependencyContainerResolutionException(Type type, Exception innerException)
    Parameters
    Type Name Description
    Type type

    The type.

    Exception innerException

    The inner exception.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    See Also

    Exception

    Comments

    Back to top Copyright © 2017-2019 Unosquare