BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

CommServerConfigurationMain..::..ReadConfiguration Method

Reads the configuration.

Namespace:  CAS.NetworkConfigLib
Assembly:  CommServer.DAServerConfiguration (in CommServer.DAServerConfiguration.dll)

Syntax


public void ReadConfiguration(
	string fileName
)
Public Sub ReadConfiguration ( _
	fileName As String _
)
public:
void ReadConfiguration(
	String^ fileName
)

Parameters

fileName
Type: String
The fully qualified name of the file, or the relative file name.

Exceptions


ExceptionCondition
FileNotFoundExceptionThe exception that is thrown when an attempt to access a file that does not exist or read operation fails.
SecurityExceptionSystem.Security.Permissions.FileIOPermission is not set to System.Security.Permissions.FileIOPermissionAccess.Read.
ConstraintExceptionOne or more constraints cannot be enforced.