Initializes a new instance of the ReferencePath class from an existing ReferencePath instance.
[Visual Basic] Public Sub New( _ ByVal refPath As ReferencePath _ ) [C#] public ReferencePath( ReferencePath refPath ); [C++] public: ReferencePath( ReferencePath* refPath ); [JScript] public function ReferencePath( ReferencePath refPath );
Exception Type | Condition |
---|---|
ArgumentNullException | refPath is a a null reference (Nothing in Visual Basic). |
ReferencePath Class | NDoc.Core Namespace | ReferencePath Constructor Overload List