Skip to main content
Version: 1.0.0-preview.47

Velaptor.Exceptions.AppSettingsException

Velaptor​

Velaptor.Exceptions​

AppSettingsException Class​

Thrown when there is an issue loading the application settings.

public sealed class AppSettingsException : System.Exception

Inheritance System.Object → System.Exception → AppSettingsException

Constructors​

AppSettingsException() Constructor​

Initializes a new instance of the AppSettingsException class.

public AppSettingsException();

AppSettingsException(string) Constructor​

Initializes a new instance of the AppSettingsException class.

public AppSettingsException(string message);

Parameters​

message System.String

The message that describes the error.

AppSettingsException(string, Exception) Constructor​

Initializes a new instance of the AppSettingsException class.

public AppSettingsException(string message, System.Exception innerException);

Parameters​

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.