Skip to content

InvalidConfigException constructor (1 of 5)

The default constructor.

public InvalidConfigException()

See Also


InvalidConfigException constructor (2 of 5)

public InvalidConfigException(string? message)

See Also


InvalidConfigException constructor (3 of 5)

public InvalidConfigException(string? message, Exception? innerException)

See Also


InvalidConfigException constructor (4 of 5)

public InvalidConfigException(string? propertyName, string? message)

See Also


InvalidConfigException constructor (5 of 5)

public InvalidConfigException(string? propertyName, string? message, Exception? innerException)

See Also