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