Initializes a new instance of the RequiredElementNotFoundException class.
Initializes a new instance of the RequiredElementNotFoundException class.
public RequiredAttributeNotFoundException();
Initializes a new instance of the RequiredElementNotFoundException class with a specified error message.
public RequiredAttributeNotFoundException(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 RequiredAttributeNotFoundException(string,Exception);
RequiredAttributeNotFoundException Class | Atom.Core Namespace