TargetDocumentNotExistsException Class |
Namespace: CMS.TranslationServices
[SerializableAttribute] public class TargetDocumentNotExistsException : Exception
Name | Description | |
---|---|---|
TargetDocumentNotExistsException |
Initializes a new instance of the TargetDocumentNotExistsException class with default values.
| |
TargetDocumentNotExistsException(String) |
Initializes a new instance of the TargetDocumentNotExistsException class with a specified error message.
| |
TargetDocumentNotExistsException(SerializationInfo, StreamingContext) |
Initializes a new instance of the TargetDocumentNotExistsException class with serialized data.
| |
TargetDocumentNotExistsException(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.
|