Click or drag to resize
TargetDocumentNotExistsException Constructor
Overload List
  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