BetterCms.Core.Exceptions.Configuration.ConfigurationLoaderException.ConfigurationLoaderException C# (CSharp) Метод

ConfigurationLoaderException() публичный Метод

public ConfigurationLoaderException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public ConfigurationLoaderException(string message, Exception innerException) : base(message, innerException)
        {
        }
    }

Same methods

ConfigurationLoaderException::ConfigurationLoaderException ( ) : System
ConfigurationLoaderException::ConfigurationLoaderException ( string message ) : System
ConfigurationLoaderException