Click or drag to resize

XmlAccess constructor

Reads the entire file into memory.

Namespace: NetEti.FileTools
Assembly: NetEti.XMLAccess (in NetEti.XMLAccess.dll) Version: 1.0.0+3b7af40ae88c698645ce487c29a17724746a99fa
Syntax
public XmlAccess(
	
	string xmlDocumentPathName
)

Parameters

xmlDocumentPathName  String
Path and name of the xml file
Exceptions
ExceptionCondition
XmlExceptionFor incorrect XmlDocument.
ArgumentExceptionWhen passing an illegal path name.
UnauthorisedAccessExceptionUnauthorised access.
SecurityExceptionUnauthorised access.
See also