Atom.NET documentation

MainAlternateLinkMissingException Constructor

Initializes a new instance of the MainAlternateLinkMissingException class.

Overload List

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);

See Also

MainAlternateLinkMissingException Class | Atom.Core Namespace