Atom.NET documentation

RequiredElementNotFoundException Constructor

Initializes a new instance of the RequiredElementNotFoundException class.

Overload List

Initializes a new instance of the RequiredElementNotFoundException class.

public RequiredElementNotFoundException();

Initializes a new instance of the RequiredElementNotFoundException class with a specified error message.

public RequiredElementNotFoundException(string);

Initializes a new instance of the RequiredElementNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public RequiredElementNotFoundException(string,Exception);

See Also

RequiredElementNotFoundException Class | Atom.Core Namespace