Initializes a new instance of the DuplicateLinkException class.
Initializes a new instance of the DuplicateLinkException class.
public DuplicateLinkException();
Initializes a new instance of the DuplicateLinkException class with a specified error message.
public DuplicateLinkException(string);
Initializes a new instance of the DuplicateLinkException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public DuplicateLinkException(string,Exception);
DuplicateLinkException Class | Atom.Core Namespace