Atom.NET documentation

DuplicateLinkException Constructor (String)

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

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

Parameters

msg
A message that describes the error.

See Also

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