InternalConfigEventArgs(String) Constructor

Definition

Initializes a new instance of the InternalConfigEventArgs class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 InternalConfigEventArgs(System::String ^ configPath);
public InternalConfigEventArgs (string configPath);
new System.Configuration.Internal.InternalConfigEventArgs : string -> System.Configuration.Internal.InternalConfigEventArgs
Public Sub New (configPath As String)

Parameters

configPath
String

A configuration path.

Applies to