IConfigErrorInfo Interface

Definition

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.

Applies to

See also