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

CannotBranchIntoExcept() public static method

public static CannotBranchIntoExcept ( Node node ) : CompilerError
node Node
return CompilerError
        public static CompilerError CannotBranchIntoExcept(Node node)
        {
            return Instantiate("BCE0094", node);
        }
CompilerErrorFactory