Initializes a new instance of the RequiredElementNotFoundException class.
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);
RequiredElementNotFoundException Class | Atom.Core Namespace