Atom.NET documentation

RequiredElementNotFoundException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal msg As String _
)
[C#]
public RequiredElementNotFoundException(
   string msg
);

Parameters

msg
A message that describes the error.

See Also

RequiredElementNotFoundException Class | Atom.Core Namespace | RequiredElementNotFoundException Constructor Overload List