Click or drag to resize
ServiceResolutionException Class
Thrown when resolution of a service fails.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.CoreServiceResolutionException

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
[SerializableAttribute]
public class ServiceResolutionException : Exception
Constructors
  NameDescription
Public methodServiceResolutionException
Initializes a new instance of the ServiceResolutionException class with default values.
Public methodServiceResolutionException(String)
Initializes a new instance of the ServiceResolutionException class with a specified error message.
Protected methodServiceResolutionException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServiceResolutionException class with serialized data.
Public methodServiceResolutionException(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.
Top
See Also