IConfigErrorInfo Interface

 

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

Defines an interface used by the .NET Framework to support creating error configuration records.

Namespace:   System.Configuration.Internal
Assembly:  System.Configuration (in System.Configuration.dll)

public interface class IConfigErrorInfo

NameDescription
System_CAPS_pubpropertyFilename

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a string specifying the file name related to the configuration details.

System_CAPS_pubpropertyLineNumber

This API supports the product infrastructure and is not intended to be used directly from your code. Gets an integer specifying the line number related to the configuration details.

.NET Framework
Available since 2.0
Return to top
Show: