Atom.NET documentation

RequiredAttributeNotFoundException 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 RequiredAttributeNotFoundException(
   string msg
);

Parameters

msg
A message that describes the error.

See Also

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