IConfigErrorInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface used by .NET to support creating error configuration records.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IConfigErrorInfo
public interface IConfigErrorInfo
type IConfigErrorInfo = interface
Public Interface IConfigErrorInfo
- Derived
Properties
Filename |
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. |
LineNumber |
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. |