Atom.NET documentation

RequiredAttributeNotFoundException Constructor

Initializes a new instance of the RequiredElementNotFoundException class.

Overload List

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

See Also

RequiredAttributeNotFoundException Class | Atom.Core Namespace