ApplicationSettings.AppSettingException.AppSettingException C# (CSharp) Méthode

AppSettingException() public méthode

Initializes a new instance of the AppSettingException class.
public AppSettingException ( ) : System
Résultat System
        public AppSettingException()
        {
        }

Same methods

AppSettingException::AppSettingException ( SerializationInfo info, StreamingContext context ) : System
AppSettingException::AppSettingException ( string message ) : System
AppSettingException::AppSettingException ( string message, Exception innerException ) : System
AppSettingException