Click or drag to resize
TargetDocumentNotExistsException Constructor (String)
Initializes a new instance of the TargetDocumentNotExistsException class with a specified error message.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 11.0.0
Syntax
C#
public TargetDocumentNotExistsException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also