Click or drag to resize
DomainNotFoundException Class
Thrown when site is not found based on domain or site name.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DocumentEngineDomainNotFoundException

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class DomainNotFoundException : Exception
Constructors
  NameDescription
Public methodDomainNotFoundException
Initializes a new instance of the DomainNotFoundException class with default values.
Public methodDomainNotFoundException(String)
Initializes a new instance of the DomainNotFoundException class with a specified error message.
Protected methodDomainNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the DomainNotFoundException class with serialized data.
Public methodDomainNotFoundException(String, Exception)
Initializes a new instance of the DomainNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also