Boo.Lang.Compiler.CompilerErrorFactory.CannotBranchIntoEnsure C# (CSharp) Method

CannotBranchIntoEnsure() public static method

public static CannotBranchIntoEnsure ( Node node ) : CompilerError
node Node
return CompilerError
        public static CompilerError CannotBranchIntoEnsure(Node node)
        {
            return Instantiate("BCE0093", node, LanguageAmbiance.EnsureKeyword);
        }
CompilerErrorFactory