Aqueduct.Configuration.ConfigGuard.ThrowIfFalse C# (CSharp) Method

ThrowIfFalse() static private method

static private ThrowIfFalse ( bool condition, string message ) : void
condition bool
message string
return void
        internal static void ThrowIfFalse (bool condition, string message)
        {
            throw new ConfigurationException (message);
        }