DomainNodeNotFoundException Constructor |
Constructor.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic DomainNodeNotFoundException(
string nodeReference
)
Public Sub New (
nodeReference As String
)
public:
DomainNodeNotFoundException(
String^ nodeReference
)
Parameters
- nodeReference
- Type: SystemString
The node reference that could not be resolved.
See Also