Click or drag to resize
TargetDocumentNotExistsException Class
Target document doesn't exist exception.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.TranslationServicesTargetDocumentNotExistsException

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